http://nehe.gamedev.net/
Setting up OpenGL can be pretty challenging. NeHe's tutorials use the Win32 library to manage the window, which is clunky and obsolete nowadays. His tutorials on how to get stuff done in OpenGL are still very relevant, though. I recommend using GLUT to get your window created, and then read NeHe's stuff to learn OpenGL itself.







