Handing in Homework
Exercises should be submitted on paper, in class. You can also slip
them under my door (Ryerson 165A).
You should hand in your programming assignments
using the command hwsubmit:
- Create a directory with a suggestive name (e.g., "hw1"), and put
all relevant files in that directory.
- Change to the directory directly above that one.
- Type hwsubmit cspp532 YOUR_DIRECTORY_NAME
If all goes well, you will receive a notice that the assignment
has been submitted.
A few comments:
- If you're working from home, you'll need to copy the files to your
account. The easiest way is probably with ftp or by email.
- If there's anything we need to know, create a README file
in your directory with the relevant information. This is where you tell
us things like:
- Please compile my code using g++ with optimization turned off.
- My program's output is in Sanskrit.
- I got help from (insert name here), so my code might look a lot
like hers/his.
- If you want to revise a solution, don't just send part of it.
Put all your files in the directory, and resend everything. We will only
look at the last submission you send us.
Two potentially useful pages are:
Course home page