Changes

Jump to: navigation, search

OOP344 Assignment Two

318 bytes added, 14:24, 19 October 2009
m
File Names
For example for the class IOField, create iofield.h and iofield.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== # Checkout the code $svn co svn://zenit.senecac.on.ca/ops344_093aXX/trunk/PRJ --username yourUserName # Add selected ciol.h ciol.cpp and if present the class files (all compiled) $svn add filename # Commit the new files $svn commit # Team members check out the individually  # development starts.
==How to reuse your C code in C++ programs==

Navigation menu