All programming assignments must be submitted by emailing the c++ source code file(s) to Professor Mayo at cmayo@brookdalecc.edu.
You will be submitting source code files, not executable files. Source code files must be attachments, not pasted into the body of the email. c++ source code files must have the .cpp extension, not .txt or any other extension.
You must use your Brookdale email account for ALL communications, including (or perhaps most especially) turning in your homework and lab assignments.
Each program file must have the filename, assignment number and source, student name, and due date in a comment section at the top. Use the following format:
/* Project: MilesPerGallon
* Filename: main.cpp
* Lab #1, page 27, exercise 20
* Student Name
* Due Date: 12 September 2011
*
* Revisions list:
* version 1; 09-09-2011
* version 2; 09-11-2011; fixed user input request
*/
The revisions list will document which version of your code is being submitted. You start with version 1 and the date you actually submitted. If I send you a request to change the code, you list version 2 with the date of submission and describe what change(s) you have made, per my request.