Spring 1998
The homework assignments are due on Friday at 5 pm at the Computer Science office, room MCS 138. (More precisely, there are boxes outside room MCS 138 where assignments are to be turned in. If you do not know where the boxes are, ask someone in room MCS 138.) Assignments submitted after Friday 5 pm (even at 5:01 pm) are considered late, and will be appropriately penalized. All late submissions, independent of the reason for being late, must be timestamped.
Programming assignments must include the following:
gcc -ansi -Wall prog.cwhere "prog.c" is the name of the file containing your program).
Programs that do not compile correctly, or that cannot produce an output will receive no credit.
The documentation of a program is as important as the program itself. A good documentation is essential to make the program understandable to other humans. Programs without documentation will receive no credit.
The documentation of a program will be divided into external and internal documentation. The external documentation should contain the following:
Internal documentation refers to the comments included in your program. These comments should consists of at least the following:
Your code should be indented in such a way that the control structure is clear. You should also use comments for the same purpose.
Elena Machkasova
Created: 1996.09.05
Modified: 1998.01.22