Does anybody know where I can get the stuff I need to make programs using openGL in C++?
I've been wanting to do the tuts at NeHe, but I can't find the files for openGL on that site, nor anywhere else.
ID:277465
Apr 15 2007, 4:13 pm
|
|
Apr 15 2007, 5:26 pm
|
|
They come with your compiler. Just put in the appropriate #includes and link to the appropriate files and you should be set.
|