c++-lab3-provided.zip
makefile --- here is a makefile. Modify it as needed.
See using simple makefiles for
more on this.You can get a good copy of this makefile by uncompressing the provided file with everyting. Do not save it from here since the tabs will be changed to spaces which will cause problems.
stdinc.h The standard include file has been modified for using the
random number generator and the system clock for seeding it.
driver1.cc The driver to use if you have not implemented remove
driver2.cc The driver to use if you have implemented remove
useful_code This contains the code you'll need to create the method
to simulate a coin flip and to overload the << operator.