You can find the tutorial for compiling OpenGL / GLUT applications here. Please use either Visual C++ 2008 Express (recommended) or Visual Studio 2005 Professional (This is the version that Pitt distributes at SDS).

You can find a copy of The OpenGL Programming Guide, 2E in PDF form here.

The specifications for the GLUT API can be found in PDF form here and in HTML form here. At these links you can find more information on GLUT, such as function calls and usage and general tips for programming with glut.

Nate Robins, the author of GLUT, has a series of tutorial programs on OpenGL and GLUT. If you are interested and would like to learn more see this link.