ISBN: 0072322039
Solutions to end-of-chapter
exercises. You'll need a login and password. The password from the
first edition still works. A new login/password works too, the same pair
that Stuart Reges uses for his information. To get the login/password
send me email and "proof" you're a teacher [web address, phone number,
personal testimony that you don't lie, etc.]
The second edition of A Computer Science Tapestry: Exploring Computer Science and Programming with C++, published by McGraw-Hill, will be available for use in the fall semester of 1999.
All the chapters are accessible here here in pdf format. Not all these chapters have been through final copy-edit/proof-reading, but they're complete except for small changes to respond to corrections.
Code is also accessible in formats for Windows and Linux/Unix platforms. The windows code should work on Macintoshes, let me know if there's a problem.
McGraw-Hill will send potential users page-proofs, please contact Emily Lupash at McGraw-Hill for details.
new link to all figures, one per page
New link to data files (hamlet.txt, etc.)
New Power point/Overhead slides
The graphics library has its own page.
linux version of graphics library (beta/alpha)
| Table of Contents | Howto Contents |
|---|---|
|
|
For Linux/Unix use this compressed tar file which includes a Makefile for creating a libtapestry library to link with programs. Note, with g++ 2.91 the CList class doesn't compile, but it does compile with 2.95, these are the compilers I tested with.
If you're using the Sun CC compiler, try this compressed tar file, but note that bool is not built-in and I haven't tested everything. There isn't a standard STL like string class, so I built this using "tstring.h"
For core tapestry files and graphics files, including projects for creating libraries under Visual C++ and Metrowerks Codewarrior, see the TOOGL home page.