Lab Info

You have 1 week to complete each lab. The lab assignment for the current week is due on Tuesday at 12:45 of the following week. Your last lab is due at 5pm on the last day of classes.

Labs will be auto-graded by a script shortly after the submission deadline. Your source code must reside in:

   /home/stu/{username}/cs350/lab01/
   /home/stu/{username}/cs350/lab02/
           .
           .
           .
   /home/stu/{username}/cs350/lab10/
Each scripts is specific to each assignment. If your code does not compile or parse, you will receive 0-2 points, depending on the nature of the error. If your code is missing required functions or features, 1-2 points will be subtracted for each missing function or feature. Full credit is 10 points.

If your cs350 directory is not 700 protected you will be marked down 1 point until you fix the problem.

Please do not email your source to me. It will most likely be deleted.

I cannot debug your code over email. If you need help on the labs come to class on Tuesday or Friday or see me during office hours.

You are encouraged to pick a lab partner to work with. Two heads are generally better than one when it comes to learning a new language and debugging code. You can work with a partner but at the end of the day the code needs to be your own.