SE 2040
: Time Code
TimeTest.java
: Java implementation of simple time class, for comparison to C++ versions.
time.h
and
time.cpp
:
Time
class with interface and implementation separated.
timetest.cpp
: test bed for time class; build with
g++ -std=c++11 timetest.cpp time.cpp
timelist.h
and
timelist.cpp
: container for
Time
objects