c++-lab2-all.zip
makefile --- here is the beginning of the makefile for compiling
and linking this program. I put "..." where I expect you to need to
add something. Also, you'll need to add some lines.NOTE: do not save these from the web since it will change the tabs to spaces and the tabs are very important. See using simple makefiles for more on this.
You can get a good copy of this makefile by uncompressing the provided file with everyting.
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
data-record.h This is the header file for a DataRecord class
data-record.cc This implements the methods to access the data
hash.cc Here's the hash function you are to use.
file-ex.cc This demonstrates the use of the provided read and write
methods in DataRecord
hash-test The test data for the portion besides load/save
hash-test-part2 Additional test data for those doing load/save