COP 3402 Assignment 1 - Summer 2001

If you have any questions, send email to your instructor at enger@cs.ucf.edu (not Olympus email).

  1. I strongly recommend that you create a directory in your Olympus account for cop3402 and I also suggest that you make sure that your cop3402 directory is not readable by anyone else, to protect your work from being "borrowed". Remember, if we find two identical assignments, they both get a zero.

2.      There is a Makefile in the ~cop3402/project directory on Olympus. Make a link to that file in your cop3402 directory. Do not copy it to your directory.

You can link to it with the following command:

ln -s ~cop3402/project/Makefile Makefile

3.      Make sure your homework file is named assign1.c

4.      At the Olympus prompt, type make submit

5.      If there are no errors shown, your files were submitted