/*******************************************************************
* CS 307 Programming Assignment 1
* File: Source Code File Name
* Author: Your Name
* Desc: A brief description of what the program does.
* Date: Date file was submitted to the instructor
*
* I attest that this program is entirely my own work
*******************************************************************/
Notes on Program Grading
When you turn in your project code files the instructor will open your project
solution in Microsoft Visual C++ 2008,
compile, and run the program. Please note the following:
-
It is assumed that you have already compiled and fully tested your program.
-
If your source code files will not compile the instructor will not look through
your source code to determine what the problem is and fix it.
-
If your source code files will not compile the instructor will not look through
your source code and give you partial credit.
-
If your source code files will compile then the instructor will run and test your
code. If the program crashes at any time during testing the instructor will not look through
your source code to determine what the problem is and give you partial credit. He will,
however, return the program to you with a note as to where the crash occured and ask
you to fix the problem and resubmit the program. There will not be any points deducted
for this.
If you think these requirements for programming assignments sound somewhat harsh then welcome to the
real world of professional software engineering. "You gotta keep the customer satisfied..." And the
instructor is your customer. If he doesn't like your product he won't pay for it and the
"coin of the realm" is grade points.