I'm thinking that the reason why I keep getting error messages during compile time is because I don't know how to compile programs that deal with classes. Let's say filename.h is where I create the class, filename.cpp is the member functions definitions, and filename.cc is the main program; how do I compile this. Normally I compile programs by writing CC filename.cc, but since this program deals with classes I don't know how to compile it.