Tom Kelliher, CS23
May 10, 1996
abstract.h, the abstract base class Statement header file, is
in
~kelliher/pub/cs23/simpl/
.
How to compile a module of a program without linking:
g++ -c MySmallPartOfTheWholeProgram.cc
We'll now repair to the lab.
Those of you with interfaces to other group's code need to nail down the details of the interfaces with each other.
If you need certain interface functionality to test your code, describe what you need to me.
You will have to write your own driver code (using your own main()) to test your code.