CMSC 162 -- Lab 7

Lab 7

Getting Started

Log onto a computer science server making sure to change the port number.

Follow these instructions to get your files ready to start lab.
  • Use wget to download the file at http://cs.longwood.edu/courses/cmsc162/f18/files/lab7.tgz
  • Uncompress the lab7.tgz file by using tar -xvzf lab7.tgz
  • Use ls to see that there is a new directory called lab7
  • Use cd lab7 to change directory to the lab7 directory

The Problem

Implement operator overloading for the Date struct.

Implementation

You have been give a file named date.cpp.

Handin

When you are done you need to hand in your lab. The easiest way is to type make handin.

You lab is due at 11:59pm Oct. 9th 2018.