There are a total of six errors in the given code. They deal with protection, class variables, and syntax. You don't have to worry about the correctness of the program as long as it compiles. The code can be debugged by looking at the errors generated by the C++ compiler. These will contain line numbers and some short description for most errors. Notice that a single error may confuse the compiler into seeing a million ghost errors later on which are not really there, so start with the first error!
The OOD diagram should show classes, whole-part relationships, associations (some whole-part rel. may actually be just weak associations). The program contains no gen-spec relationships. The scenario should be given in statements of the form "I am an object of class C; when I receive message X, I do ___ ." Both of these can be handed in on a piece of paper with your name on it.
Instead of using an integrated environment, for this assignment you will follow the modular philosophy of UNIX and do each step independently with a different tool.
g++ and gcc are free, publicly available compilers for many architecture platforms. Other compilers on the system (the one that came from the hardware manufacturer, for example) can typically be invoked with "cc", "CC", "c++", etc.
cat file.cc | mail -s "LAB 7 - NAME" cs2390@prism.gatech.edu