For full marks, any program you hand in for CS2023 must
- compile and run on a Linux workstation in ID415
- produce correct output
- terminate without errors
- follow the C Language Coding Standard,
- be formatted clearly, and
- have meaningful variable names.
All assignments must be individual work.
Hand in assignments electronically via
Blackboard. You should attach a tar
file containing all of the source code, any testing data,
a typescript of any interactive testing, a Doxyfile
, and (if used) a
Makefile
.
You may find the lab guide helpful.