What to Hand In for Programming Assignments
Please hand in all of the following material for each programming assignment you complete for this class.
In the following order,
- COVER SHEET - an official course cover sheet.
- DOCUMENTATION - your documentation package written using a word processor. See the Grading Criteria for a description of
what to include in your documentation.
- OUTPUT - a very neat printout of all your output generated by your program. This is NOT what you say your program produces. This is the
actual output you capture (all of it) as your program executes. This should NEVER be "copy and pasted" information.
Your program did not copy and paste. You can capture your output in many ways. Several have been discussed in class.
- SOURCE CODE - a very neat printout of all your source code (*.cpp, *.h). Place your header files first followed by your CPP files. If your program
contains class(es), place the class definition file first followed by the implementation file for each class. The CPP file that has your main ( )
function should be last.
- ZIPPED FOLDER - Send me your SOLUTION(s) as zipped folder(s) via e-mail as an attachment. I will show you how to do this in class.
Staple all paper together to create a single unit.