Getting the Files

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

cp /afs/umbc.edu/users/p/a/park/pub/cmsc202/fall14/lab9/* .
(Note the '.' at the end of the command--that is very important.)

You need to get the following files:

  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. Lab9.cpp: a file with a main function that exercises the List class. You will not need to change this file.