Not Sure Where to Go From HereMake a game. First start with an idea, then figure out how to program it. Using other libraries wi...
Square root without using math.hWhy can't you use the math.h? You could use the pow function instead...it is also defined in cmath/m...
GLUT: Drawing keeps on blinking. Need Urgent helpYou might consider using Qt, they have a widget called QGLWidget for opengl. I seem to remember a s...
Creation of 2-Dimentional array with dynamic memory allocationCheck out this thread: http://www.cplusplus.com/forum/beginner/63/
Graphical User InterfaceQt is great for gui, and has other capabilities has well.
This user does not accept Private Messages