Index to mark's database project
  .. modified by c++ students

*.bat	batch files for msdos shell execution
*.doc   documentation
*.txt	database files
*.sh	batch files for unix shell execution

Makefile	supporting make

command.cpp	command driver + command functions
expressions.cpp	expression object
expressions.h
get_line.cpp	simple read line

parseline.cpp	parser object
parseline.h

read.cpp	simple read
readme		programmer notes; bugs
relation.cpp	relation object
relation.h

shell.cpp	shell command
speclist.cpp	where clause object
speclist.h

test.cpp	test of parseline
write.cpp	simple write
