Turn in HW#7

For HW#7, submit all .cpp, .h, makefile files in your src directory. If you don't working in src directory, just submit all files required to build your program.

Please follow sample output format in the mail I sent to the class mailing list and include some documentation in README file. In README file, following can be described:

Make sure that your makefile build your program when I type make hw7. The name of executable file must be hw7

Here goes the turnin procedure:

  1. cd into your working directory.
  2. Use the command:

    turnin -ccse303 *.cpp *.h makefile README