home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_08 / update.doc < prev    next >
Text File  |  1992-09-19  |  2KB  |  42 lines

  1. -----------------------------------------------------
  2. Additional Notes for CUJ 10.8 (August 1992) Code disk
  3. -----------------------------------------------------
  4.  
  5. The file RAMEY.EXE is a self-extracting archive contianing the complete
  6. source code and executables for Robert Ramey's article, "The Postman's Sort".
  7.  
  8. The file CMENU14.EXE is a self-extracting archive containing the
  9. complete updated source code for Leor Zolman's CMENU system. Since
  10. this is the latest version of the system, parts may not directly
  11. correspond to listings printed in CUJ over the course of the series.
  12.  
  13. The files *.LIS are listings referenced in "We Have Mail".
  14.  
  15. The second volume includes the following files:
  16. qc.doc               This file
  17. makefile             Makefile to compile the EXE's using Borland C++
  18. qc.cpp               Quadcode class source
  19. qc.h                 Quadcode & region header file
  20. qcreg.cpp            Region class source
  21. qcdemod.cpp          Demo program source for MSDOS
  22. qcdemod.exe          Demo program executable for MSDOS
  23. qcdemow.cpp          Demo program source for Windows
  24. qcdemow.h            Header file for windows demo
  25. qcdemow.exe          Demo program executable for Windows
  26. qcdemow.rc           Resource file for Windows program
  27. qcdemow.def          Windows definition file for QCDemoW
  28. winincl.cpp          Used to precompile Windows header file
  29. att.bgi              Borland Graphic Interface file (used by QCDemoD)
  30. cga.bgi               /
  31. egavga.bgi             /
  32. herc.bgi                /
  33. ibm8514.bgi              /
  34. pc3270.bgi                /
  35.  
  36. This package is the source and executable files for Kenneth Van Camps'
  37. quadcode implementation, including a simple demo program, as published in
  38. The C Users Journal, August 1992.
  39.  
  40. --------------------------------------
  41. END
  42.