Assignment Submission Guidelines

All materials submitted for grading must conform to the following guidelines, failure to do so may result in loss of credit.

What should be submitted

What should NOT be submitted

General Guidelines

How to create an acceptable shar file

The following example is how a user with username fred would submit homework 4.

  • In the directory where you developed the code make a subdirectory:

    mkdir fred

  • Move all relevant files to the new subdirectory:

    mv Readme Makefile foo.c bar.c foo.h fred

  • Create a sharfile of the subdirectory:

    shar fred > homework4.shar

  • If the shar file is larger than 1000 lines, split it into smaller files

    split homework4.shar

  • mail the sharfile(s) to me

    elm -s "homework 4" bennett < homework4.shar

    or

    elm -s "homework 4 part 1" bennett < xaa

    elm -s "homework 4 part 2 " bennett < xab

    ...