CS 202 Fall 2013  >  In-Class Challenge for Thursday, October 3, 2013

CS 202 Fall 2013
In-Class Challenge for Thursday, October 3, 2013

This challenge deals with C++ class TimeSec again. It is implemented in files timesec.h and timesec.cpp, unfinished versions of which are on the web page.

You do not need to have made the changes from last time to do this challenge!

What is Already Written

An object of class TimeSec keeps track of a time of day in seconds, 24-hour time. The class has the following member functions.

Our Goal

When we are done, we want class TimeSec to have the following operators available.