Getting the Files

If you've ssh’ed into the GL servers, issue the following commands at the command prompt while you’re inside your lab6 directory:

     cp /afs/umbc.edu/users/c/m/cmarron/pub/cmsc202/lab6.zip .
     unzip lab6.zip
(Note the '.' at the end of the command — that is very important.)

You should now have the following files in your working directory:

  1. List.h: the header file for the List class. You will not need to change this file.
  2. List.cpp: the implementation file for the List class. Most of the member functions have been implemented for you. Some parts of the functions have been omitted.
  3. lab6.cpp: a file with a main function that exercises the List class. You will not need to change this file.