ECKELT04.ZIP (or ftp to
www.mindview.net and move to pub/eckel) contains the source code for Bruce
Eckel's book "Thinking in C++" (Prentice-Hall 1995, ISBN:
0-13-917709-4. Orders: 1-800-947-7700; fax 201-767-5625). This is the complete
set of source code files from the book, including corrections after the book
was published. The package only contains ASCII text files. They were prepared
and tested with a number of compilers under DOS/Windows, (in particular,
Borland C++ 4.5) and are intended to represent the correct language
implementation at the time of their creation, rather than a particular
compiler. However, please be aware that the C++ language is still a draft
standard, and some language elements are still subject to small changes. The
package is distributed as copyrighted freeware (you can use the code, and
redistribute the package, but you cannot distribute modified versions of the
package or portions of the package).
Special requirements: Compressed from the original DOS directory structure
using PKZIP 2.04g. When you unzip the package, use the -d flag to create
directories and maintain the directory structure.
THINKVC.001. (or ftp to
www.mindview.net and move to pub/eckel) A special version of the above code
modified for Microsoft Visual C++ version 4. A zipped file.
SOLVED.ZIP. Solutions to
selected exercises at the ends of the chapters in "Thinking in C++."
"C++ Inside & Out" (Osborne/McGraw-Hill
1993; 2nd edition of "Using C++", Osborne/McGraw-Hill 1989) The
original source, as it appears in the book, is now (4/96) freely available here
as CPPI&O.ZIP.
Unzip it and you'll find an "unpack.exe" program to further extract
it. Please note that this is the code exactly as it appears in the book, so
things have changed in the ANSI/ISO draft standard since then. Keep this in
mind when you're using your new compiler and getting warnings and error
messages.
"Using C++" source code is posted on the
site now as USINGCPP.EXE. (or ftp to
www.mindview.net and move to pub/eckel) Unpack with the -d flag.