CS160 Program 1: Images from Mathematical Functions

Due Wednesday, October 8, 2002 MIDNIGHT
Submit Prog1 Directory using CATS Submit Program


Objectives:

Become familiar with OpenGL at a very basic level. Learn interaction handling with the Fltk GUI, and two-dimensional drawing with Fltk.

Assignment:

Good Programming Counts:

Submit:

  1. Submission must be done using the submit utility from CATS. Run "quickhelp submit" or "submit -m" on a CATS machine to get more info on the submit command. To submit the assignment, do the following:
  2. Create a DIRECTORY called "prog1". It should contain all the files required to make your program compile/run.
  3. Run "make clean" in the directory to ensure you do not submit .o files or the compiled program, or you will lose points for possibly over-filling the directory. Also make sure you do not submit core files.
  4. From prog1's parent directory (if you are in the prog1 directory, type "cd .."), tar the directory with the command "tar cvf prog1.tar prog1". I strongly suggest you also untar it (tar xvf prog1.tar) to check.
  5. Compress the tar file with the command "gzip prog1.tar". This will produce the file "prog1.tar.gz" which you will submit.
  6. Submit prog1.tar.gz with the command "submit cmps160-jw.f03 prog1 prog1.tar.gz".
  7. Note that if you are using the PCs in BE 109, you have to copy the directory to your CATs account before submitting.

Questions?:

E-mail amin@cse.ucsc.edu and wilhelms@cse.ucsc.edu