This is a project in the making. I intend to put of lots of different types of source code for C++ and OpenGl programs.  Feel free to use them if you like, but please give credit where credit is due.  I created this page to help people who are learning to program.  These programs demonstrate the ideas that I spent many hours looking over the web for examples of.  These are fairly simple, so beware.  I am not out to impress anyone.  If any of my codes has helped you, please let me so that I keep it up on the site.  If there is something you are really looking hard for and can't find, let me know so I can try to get something up.
Snowman.cpp:  A program that demonstrates many                          things.  The snowman uses a disklist                        that so all the seperate pieces of the                           snowman are made up of the same                            circle stretched in different ways.                            The snowman is also a hierarchial                            object and you can move                                         everything except the head.  There                            is also a very simple menu. 
1