Changes

Jump to: navigation, search

OOP344 Assignment Two

24 bytes added, 15:55, 19 December 2009
File Names
Save your work in separate files for each class. Name the files to the same name as the classes. Each class should have a header file and a code file.
For example for the class IOField[[#IO_Field | IO_Field]], create iofieldIO_Field.h and iofieldIO_Field.cpp. The header file should hold the class declaration , and any other possible declaration related to the class. The "cpp" file should hold the definition (implementation) of the class , and its methods and possible functions.
Create a Make file to build your project with respect to dependencies of classes.
 
=SVN Quick Notes=
1
edit

Navigation menu