Archive for the 'C/C++' tag

Programming 3D games on Android with Irrlicht and Bullet (Part 3)

In the last post, we have created a basic 3D demo...
Read more

Programming 3D games on Android with Irrlicht and Bullet (Part 2)

In the last post, we have built the Bullet...
Read more

Programming 3D games on Android with Irrlicht and Bullet (Part 1)

Just got a new Android phone (a Samsung Vibrant)...
Read more

Pitfall of C++ string for Java programmers

Yesterday, I saw a young colleague struggle with...
Read more

Speedup of Quicksort with multi-core programming

Most modern computers have multiple cores, and...
Read more