21
edits
Changes
no edit summary
As the first part of your project this semester, you are to create few classes to encapsulate [[Console Input Output Library|OOP344 Assignment One]]
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.
Create a Make file to build your project with respect to dependencies of classes.
Include your already existing C code into your C++ in code as follows:
This tells to C++ compiler, the included header file contains C functions and should be complied and called as such. Remember, you do not need and should not rename your ciol.c to ciol.cpp, since the compiler is already aware of the C functions in ciol.c.
Add a link to your Team project Wiki pages here: