Originally Posted by
Daevius
With C(++) you can't make a GUI (hardly can), cos its processor only. To use a videocard you can use WIN32 (for Windows only, requires loads of code ^^) or OpenGL/SDL. OpenGL has extensions like GLUT (outdated) and few others to manage windows. Works fine. SDL is good too (I use that now), it can handle windows, sounds, events (mouse, keyboard etc) etc, which is very nice. Than to display an 2D/3D environment I init OpenGL within SDL. But you can also use SDL for 2D/3D stuff.
Well, thats how I use it...and you KyleEnos? ;)