Wed 4 Jan 2006
Below, you will see several links to websites. These are for OpenGL helpers, STL introductions and other random stuff I find through the semester you might find helpful. You will see a date attached to each link. That date is the date it was added, and the link did work on that date. If any of the below links are no longer valid, please contact the instructor.
Feel free to play with any of these tutorials.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/glfunc03_2kag.asp - 09/19/2005
This page contains nearly all possible OpenGL calls, and a brief description. If you find a function mentioned here, but the description is inadequate, feel free to Google the function name and find other tutorials!
http://www.codeproject.com/vcpp/stl/#Beginners - 09/20/2005
This is a page with several little tutorials to using the Standard Template Library. The STL is a useful tool, so I highly recommend you guys look into it.