How to Submit Lab3

Please note that this Submission guide supercedes any instructions labeled DELIVERABLES on lab assignment 3.

  1. (For the first part) Create a directory:
           username.lab3.1-3
  2. There will be three directories each corresponding to a separate problem. Make sure your name is in every file in a comment block. Every directory must include a make file to build your executable code. This make file must include a target clean, for removing all executables.
  3. (For the second part submission) Create a directory:
           username.lab3.4
  4. There will be one directory. Make sure your name is in every file in a comment block. The directory must include a make file to build your executable code. This make file must include a target clean, for removing all executables.
  5. 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.)
           tar -czvf   username.lab3.1-3.tgz   username.lab3.1-3
           tar -czvf   username.lab3.4.tgz   username.lab3.4
  6. You will email your files to me as attachments.

  7. To  soner@cs.uchicago.edu
    Attachment  username.lab3.1-3.tgz
    Subject  lab3.1-3

    To  soner@cs.uchicago.edu
    Attachment  username.lab3.4.tgz
    Subject  lab3.4