In order to electronically turnin
your project files, use the
following command:
turnin prog1@cs130b LISTwhere LIST is the list of all your files, i.e., your makefile, all your .c and .h files.
(The turnin program is located in /usr/bin/turnin on csil.cs.ucsb.edu only.)
You must use makefiles and comment your code. POINTS will be deducted if you don't.
*** In addition, you must include a README file to tell the TAs what is what. ***
When testing your program I will execute the following
commands:
makewhere data.1, data.2, ... are set of data that we will create to test your programs. The path for turnin is /usr/bin and only turnin from csil.cs.ucsb.edu. In case of errors (no characters transmitted) or other things, please contact the TAs or Professor Suri.
a.out < data.1
a.out < data.2
...
IF YOU TURNIN INCORRECTLY, WE MAY DEDUCT SOME POINTS (5%).
Normally students will turnin in their project just once. If
you
turnin more than once then
the version that will be graded is the last
version you
turned in before the
deadline.