Câu hỏi của ...

Đảo ngược danh sách liên kết đơn

Ở trung tâm Microsoft trường mình có câu hỏi phỏng vấn như tiêu đề. Mình làm không được nên giờ post lại cho mọi người tham khảo. #include <iostream> using namespace std; struct Node { int data; Node* next; }; Node* newElement(int data) { Node* e = new Node; e->data = ...

... viết 18:14 ngày 30/09/2018 chỉnh sửa

To hack an Android phone, just type in a really long password

Source from hacker news: http://money.cnn.com/2015/09/16/technology/android-hack/index.html Note: It only affects smartphones using the latest version of the Android operating system, Lollipop. Locked phones require a passcode. But there’s a way to get around that. Just type in an insanely ...

... viết 18:14 ngày 30/09/2018 chỉnh sửa

Better Java - Resource for modern Java

GitHub cxxr/better-java Resources for writing modern Java. Contribute to cxxr/better-java development by creating an account on GitHub. This article help us avoid these restrictions when writing java code.

... viết 18:13 ngày 30/09/2018 chỉnh sửa

C++ core guidelines (Wrote on github)

GitHub isocpp/CppCoreGuidelines The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ - isocpp/CppCoreGuidelines github.com ...

... viết 18:13 ngày 30/09/2018 chỉnh sửa

What does assignment operator mean in Lambda expression C++ 14

Let’s see the picture above, it illustrate the part of lambda expression. I know [ ] is capture clause used for captured local variable, we can capture a variable either by value or by reference (&). But what does ‘=’ operator in capture clause mean?

... viết 18:11 ngày 30/09/2018 chỉnh sửa

Play with Pigs

Humans play the game on a tablet computer such as an iPad. They move the ball of light with their finger and see the pigs’ snouts as if they were on the other side of the screen. Playing with Pigs Playing with Pigs researching the complex relationship between ...

... viết 18:11 ngày 30/09/2018 chỉnh sửa

A guide to implementing 2d platforms

See more at: http://higherorderfun.com/blog/2012/05/20/the-guide-to-implementing-2d-platformers/

... viết 18:09 ngày 30/09/2018 chỉnh sửa

Google chairman Eric Schmidt invests in SkyTran

SkyTran had built a system of high-speed commuter pods that it claims can provide a safer, greener, quieter alternative to traditional forms of public transport. He said skyTran can transport travellers above surface movement cutting the journey between Mulund and Colaba in Mumbai or Bengaluru ...

... viết 18:09 ngày 30/09/2018 chỉnh sửa

How to open port Ubuntu 14.04?

I use nmap tool to scan all port on my computer, but all 1000 scanned port are closed. Like the following result: Nmap scan report for minhvu (192.168.1.3) Host is up (0.00026s latency). All 1000 scanned ports on minhvu (192.168.1.3) are closed Nmap done: 1 IP address (1 host up) scanned in ...

... viết 18:05 ngày 30/09/2018 chỉnh sửa

Cannot open file 'libzlib.lib' trong Visual studio 2012 Ultimate

Khi build project HelloWorld cocos2d-x thì bị lỗi như trong hình. Có ai biết khắc phục thế nào không ạ? Tìm google mãi không thấy ai bị tương tự để làm theo Untitled.png 1366x768 86.3 KB

... viết 18:03 ngày 30/09/2018 chỉnh sửa
<< < .. 15 16 17 18 19 20 21 .. > >>