CS 1410 - Introduction to Object-Oriented Programming
Fall 2011

Handing in your files

Handin rules


The CADE Lab handin command

This command requires that your files exist in your CADE lab account.  (If you work at home, you'll need to copy your files to a directory in your CADE lab account, log in, and hand in using this command.)
  1. Log in to your account and open a console (or terminal) window.  You can do this physically in the lab, or you can do it remotely with a simple ssh program like 'putty'.
  2. Use one of these commands to list the files and directories in your account:  ls  or  ls -la

  3. Change to the directory that contains your .cpp files.  Use the cd command to change to a directory.  For example:  cd myfolder will change down into the directory named 'myfolder', and cd .. will move up one directory level.  Typing cd by itself will move you to the root of your directories and files (called your home directory.)

  4. To list the available handin directories, type this command:  handin cs1410

  5. Hand in your files.  The general form of the handin command is handin cs1410 assignmentNN yourfiles.cpp

    You can list multiple files at the end of the command.

    Example: handin cs1410 assignment01 surface_area.cpp

  6. You can check to make sure we have your files by running the handin command again.  Specify an assignment number, but omit any filenames: handin cs1410 assignment01

    It should report back to you the date, time, and size of the files that have been submitted.  Make sure the sizes of the files are not 0.

  7. You may resubmit files.  Newer files will overwrite older files (if they have the same name).
If you have any questions or concerns, please feel free to visit a TA during his or her office hours and they will be more than happy to show you how to use this command for handing in files.

Page updated Thursday August 25, 2011 at 16:45:40.