How to Submit Lab5

Please note that this Submission guide supercedes any instructions labeled DELIVERABLES on lab assignment 5.
  1. Create a directory:

  2.        username.lab5
  3. There will be three directories each corresponding to a separate problem. Make sure your name is at the top of every file. Every directory must include a make file to build your executable code. Be sure this file is called makefile. This make file must include a target clean, for removing all executables.
  4. When you are finished with your assignment you will create a compressed archive file using tar (this utility stores your directory as a single file, then compresses its size.)

  5.        tar -czvf   username.lab5.tgz   username.lab5
  6. You will email your file to the grader as an attachment.

  7.  
    To  bsm@cs.uchicago.edu
    Attachment  username.lab5.tgz
    Subject  CSPP51081 Lab 5