SE 2040 Sample Code
: TO DO List
todo.cpp
: simple program illustrating objects in C++
todo.java
: Java version of
todo.cpp
Version broken into
.h
and
.cpp
files:
task.h
task.cpp
tasklist.h
tasklist.cpp
day.cpp
Makefile
: build script