home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c072 / 1.ddi / READ.ME < prev    next >
Encoding:
Text File  |  1987-09-19  |  1.5 KB  |  32 lines

  1. Dear Reader;
  2.  
  3. This disk contains all of the C programs mentioned in the book "Turbo
  4. C: The Art of Advanced Program Design, Optimization and Debugging". 
  5. As always, changes tend to creep into the program listings after a
  6. book goes into print.  The following list contains all of the known
  7. changes to programs appearing in the book plus any additions:
  8.  
  9. - MAZE1 and MAZE2 are example mazes which may be run against Prg8_4.
  10.   You are free to create your own using these as a guide.
  11.  
  12. - PRG4_2G.DAT is sample data which can be used to execute PRG4_2G.
  13.   To do so enter "PRG4_2G <PRG4_2G.DAT".  Remember that prompts will
  14.   be sent to the screen, but data will be read from the .DAT file.
  15.   You may, of course, answer the questions with your own data.
  16.  
  17. - The public domain utility KOPY has been significantly enhanced over
  18.   the limited version which appears in Appendix 5 of the book.  The
  19.   version appearing in the book only works properly under DOS 3.0 or
  20.   later even though it does not specifically say so.  The version on
  21.   disk will work with DOS 2.0 or later.  KOPY.DOC contains a full
  22.   description of all of the features of KOPY.C.
  23.  
  24.   Notice that KOPY is a public domain utility.  It may be distributed
  25.   freely to friends and family so long as no price is charged (other
  26.   than copying costs not to exceede $6.00) and the banner explaining
  27.   how KOPY came to be is not removed.  This is NOT true of the other 
  28.   programs on this disk.  They are part of this book.
  29.  
  30. Stephen Randy Davis
  31. Sept, 1987
  32.