The following program standards are to be followed by all programmers.
// PROGRAM program name and/or brief title // PROGRAMMER programmer's name // // SIGNATURE _____(Your signature on the submitted hard copy) // // - I have not used source code obtained from another student, // or any other unauthorized source, either modified or unmodified. // // - All source code and documentation used in my program // is either my original work, or was derived, by me, from the source // code published in the textbook for this course or presented in class. // // - I have not discussed coding details about this project with anyone // other than my instructor. I understand that I may discuss the // concepts of this program with other students, and that another // student may help me debug my program so long as neither of us // writes anything during the discussion or modifies any computer // file during the discussion. I have violated neither the spirit // nor letter of this restriction. // // DESCRIPTION brief description of the program and its purpose // EXTERNAL FILES: // INPUT description of expected input files or devices // OUTPUT description of expected output files or devices // WARNINGS limitations and usage // SYSTEM Microsoft Visual C++ 6.0/Windows 2000 // DATE date of creation // MODIFICATION date of modification, programmer (lines added as needed) // description of modifications
Thanks to Dr. Pelz for originally compiling this list.