c++ GUI

CGfreak102

In Runtime
Messages
475
anyone recommend a good header file to make some graphical programs with c++, getting tired of the normal school lessions
 
Learn some DirectX or OpenGL. Then you can create your own headers based on that. As soon as I get a new laptop that I'm hopefully ordering tomorrow, I will start some OpenGL tutorials. Right now my computer isn't powerful enough to handle much multi-tasking lol.
 
Google GLUT, it's a pretty cool openGL tookit. You can make some pretty cool stuff in it. I managed to make my own little fps in college with it. Has really good documentation and it's pretty easy to pick up.
 
well i got mesa openGL and i try and run a demo and im getting a crap load of errors, how do i like install it, to make it have the right pathways so it doesnt error
 
What OS are you programming under? I can help you set up OpenGL with Dev C++ for Windows but that's it.
 
Back
Top Bottom