![]() |
CS1566 @ Pitt Introduction to Computer Graphics Spring 2009 Instructor: Dr. Liz Marai (marai@cs) Time and place: Tue & Thu 11am-12:15pm, SENSQ 6110 |
|
|
C and C++ resources
Useful C and C++ mini-tutorials from the instructor's alma mater, Brown University: [Note: you can survive cs1566 by using C static arrays and nothing more. But your life might be easier with more sophisticated tools.] C mini-tutorial part 1 (data types, arrays, pointers) pdf C mini-tutorial part 2 (memory management, functions) pdf C mini-tutorial part 3 (header files, makefiles) pdf C++ mini-course pdf OpenGL resources
The OpenGL Red Book guide to the OpenGL library The OpenGL Blue Book OpenGL and GLU manual pages. The OpenGL Green Book GLUT manual pages. |