how to make use of Open GL API in visual C++ 6

hello…!!

guys i’m a student… and i’ve to develope a 3D role playing game for my final project of BS computer science…

and to start with i wanna know how to make use of OPEN GL API in visual c++ … how to download and integrate these libraries with visual C++ so i might be able to start from the scratch…

you’ve got all the files you need. include GL/gl.h, GL/glu.h. link to opengl32.lib & glu32.lib.

Should be it if you are using WIN32 or MFC, check out the Nehe website.