turnin programYou should use the turnin program to turn in each assignment.
turnin should be used from the command line on CS
department linux machines.
If you wrote your code on a CS department linux machine, then using
turnin is easy:
assignment1 directory.turnin with the appropriate arguments. For
example, if you type:
turnin program submits the file
BigInt.cc to the grader named nate for
the assignment called assignment1. Type
turnin, which describes in more detail how
the turnin program works.If you've been doing your development on some other machine, then you'll have to add a few steps to the procedure above:
scp works just like cp, but you can use
it to copy files to a remote machine. For example, you could type
BigInt.cc to the home directory
(that's what the tilde character stands for) of the user
jimbob on the machine
boom.cs.utexas.edu.