[an error occurred while processing this directive] [an error occurred while processing this directive]

Handin for Machine Problem 2 (Last updated 26 Feb 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 how to run your programs. Also, include any problems you still have questions about (we will try and answer them for you) and a description how to compile your project with your Makefile. Don't kill yourself on the README, it shouldn't be very long.

The TA will compile the projects by hand and view your programs individually. Please make sure he can understand how to compile and run them.

  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 this project, your handin command may look like:
      • handin cis736 02 *.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