CS4514 Turn In

We will be using the electronic hand-in program to turn in projects. To use the program, login to one of the alpha machine (reno, wp, etc.) and run:

           /cs/cs4514/bin/turnin proj# file1 file2 ...

where "proj#" is the current project id like "proj1", and "file#" is the file you want to turnin (note: you can use wildcard characters, like "*.c"). For example, to turn-in project 1, you might type something like:

           /cs/cs4514/bin/turnin proj1 stuff.c unstuff.c README Makefile

Click here for more information on how to use this program.

Also, while this is not a software-engineering course, we can not ignore improper programming style. Make proper use of variable names, indentation and comments. Remember, if we cannot read your program, we cannot grade it.


Return to the CS4514 Home Page

Send all questions to the TA mailing list.