User profile: xerzi

User info
User name:xerzi
History
Joined:
Number of posts:648
Latest posts:

Overloaded assignment operator for class template objects
I wouldn't use copy, I'd use move instead such that if the object has a copy constructor for a rvalu...

3D Voxel Game Using Allegro/OpenGL; GL_QUADS is slow
[code] int voxelMap[256][256][256][4]; [/code] Every dimension you add to an array is another multi...

tab-size
Are you still on windows XP ? That font needs smoothing.

Converting Quick sort to template
Your prof is promoting the use of "using namespace std" ? The class I had on C++, day one our prof s...

Converting Quick sort to template
Not sure if you are just doing this for fun or whatever, but C++ already has a templated sort functi...