Handin for Machine Problem 2 (Last updated 29 Jan 2001)

Handin procedures for Machine Problem 2 are similar to the last time. Please include a Makefile for your projects and describe how to use it in your README. The README should include a brief summary how you accomplished the problems (just in case your commenting is poor) and a

  1. Log into either Topeka or Salina
  2. Change to your project directory
  3. Handin is structured as follows:
      • handin <class name> <project number> <file list>
    • so for project 1, your handin command may look like:
      • handin cis736 01 *.c *.h Makefile README
    • This will hand in all of your .c and .h files, along with the Makefile and README. Wildcards are allowed, and you can (and must) list all the files for your submission in one command line.
  4. Your project will be timestamped and submitted to the TA.

Page created: 29 Jan 2001
Last updated: 31 Jan 2001
CIS736 Teaching Staff