READ THIS FILE FIRST!

The ANSWERS.EXE program is a self-extracting archive file
containing answers to all of the Review Questions contained
in Object-Oriented Programming From Square One, by Ed
Mitchell, (C) Copyright 1993 by Que Corporation.

This file also extracts sample source code that implements
selected Exercise problems from the book.

To use ANSWERS.EXE, make a subdirectory on your harddisk,
then copy ANSWERS.EXE to that subdirectory.  Once you have
copied ANSWERS.EXE to the subdirectory you wish to use,
run the ANSWERS.EXE program.  ANSWERS.EXE will
automatically extract the ANSWERS.TXT file containing
answers to all of the Review Questions, plus a large
number of *.CPP, *.H and *.PRJ files that you can compile.

For example, to install the answers into a directory named
ANSWERS, you can type the following:

C:\>MKDIR ANSWERS
C:\>CHDIR ANSWERS
C:\ANSWERS>COPY A:ANSWERS.EXE
C:\ANSWERS>ANSWERS

After extraction, read ANSWERS.TXT (an ASCII text file) into
your favorite word processor or text editor.  Or, you can copy
the file to your printer.  ANSWERS.TXT contains answers to
all of the review questions in the book.

