
                  WELCOME TO C++
                  --------------



Welcome to the world of objects.  If you're like most people
you've probably heard enough about C++ and you can't wait to
get started.  You've come to the right place.  Before you
can begin using this C++ compiler you must install the compiler
and example programs.

INSTALLATION

You must use the INSTALL program to install this C++ compiler.
The files on the distribution disks are all archived and
have to be properly assembled.

To start the installation, change your current drive to the
one that has the install program on it and type INSTALL <drive>,
where <drive> is the letter of your hard drive. For example, to
install TCLITE to your C hard drive, type INSTALL C:.

The installation directory is \TCLITE. The executable compiler is 
placed in \TCLITE\BIN.  After installation is complete, you must 
set the DOS path variable to the directory containing the executable 
program.  You should edit your AUTOEXEC.BAT to contain a path setting
which includes this directory. Example:

SET PATH=C:\DOS;C:\UTIL;C:\TCLITE\BIN


