makefile --- this is the makefile for compiling and linking this
program
stdinc.h The standard include file has been modified for file I/O
inventory.cc This is the main program that will use the dictionary ADT
input.h This is the header file for a simple Input class
input.cc The implementation of the methods for the Input class
data-record.h This is the header file for a DataRecord class
data-record.cc This implements the methods to access the data
dictionary-record.h This is a header file for a record in
the dictionary
dictionary-record.cc This
implements the method for the dictionary record class
dictionary.h This is the header file for the dictionary
dictionary.cc This is the ``template'' for the implementation of the
dictionary
demo-file-io.cc This demonstrates the use of file I/O in C++
hash-test The test data for the portion besides load/save
hash-test-part2 Additional test data for those doing load/save