Assignments for CS 270

Assignments will be handed out in class or posted on the CS Forums.

Assignment Format and Guidelines for CS 270

Source Code

Internal documentation

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

Header commentary should include:

/* file.cpp
  
   CS 270.Bolden.........Compiler version...........Your Name
   Date .................Computer & CPU.............Your email address
  
   Brief description of program and objective.
 *---------------------------------------------------------------------
 */
or something similar, depending upon the programming language.
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).

Turning assignments in for Grading

Bringing problems to the instructor (or a consultant)


Home