Installing openGl on NT

I want to code openGL with C++. What do I need to download to get my pc to compile and link opengl applications that I write. I have windows NT. I hope someone can help me.
Thanks,
Taylor

You need <GL/gl.h> and <GL/glu.h> headers, and you need opengl32.lib and glu32.lib to link. That’s about it. Usually these files are included with your compiler/IDE distribution.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.