home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / CTECHAPP.ZIP / READ.ME < prev    next >
Text File  |  1990-05-24  |  1KB  |  29 lines

  1. C++ Techniques and Applications Listings Disk
  2.  
  3.  
  4. Hello! The disk contains the source listings from "C++ Techniques and 
  5. Applications."  These files correspond to the listings in the chapters 
  6. and in Appendix A and B of the book.
  7.  
  8. Each directory on this disk contains a set of files related to a class
  9. or project in the book:
  10.  
  11.     \CLASSES    Chapter  3: Classes
  12.     \CONTAINR   Chapter  8: Container Classes
  13.     \STRATEGY   Chapter  5: Strategy
  14.     \TACTICS    Chapter  6: Tactics
  15.     \SETS       Chapter  9: Sets
  16.     \STRINGS    Chapter 10: A Dynamic String Class
  17.     \WINDOWS    Chapter 11: Object-Oriented Windows
  18.     \SIMULATN   Chapter 12: Simulation in C++
  19.  
  20.  
  21.  
  22.  
  23. The source files are in standard ASCII format, and should be compilable
  24. by any compiler or translator or compiler compatible with AT&T C++ 2.0.
  25. All of the code on this disk has been tested under MS-DOS with Zortech
  26. C++ 2.07, Turbo C++ 2.1, Guidelines C++ 2.0, and (for UNIX) HCR Systems
  27. C++ 2.2.
  28.  
  29.