Assignment Format and Guidelines for CS 121

General Guidelines

Turning assignments in for Grading

Source Code

Internal documentation

As much as necessary, as little as possible (less == more).

Header commentary should include:

/* file.cpp
 *
 * CS 121.Bolden.........Compiler version...........Your Name
 * Date .................Computer & CPU.............Your email address
 *
 * Brief description of program and objective.
 *---------------------------------------------------------------------
 */
All variables should be defined, even if self-explanatory.
Every procedure/function needs a one-line (or more) explanation of purpose.

Input Files

Identify any additional files (by filename.ext) that were used.

Output

Should be self-explanatory (reader need not refer to source code).

Bringing problems to the instructor (or a consultant)


Home