home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / tc-book.zip / README < prev    next >
Text File  |  1987-10-21  |  3KB  |  61 lines

  1. October, 1987
  2.  
  3. This diskette contains the source and exe files for the programs in 
  4. "Turbo C: Memory-Resident Utilities, Screen I/O, and Advanced 
  5. Programming Techniques", Al Stevens, 1987, MIS:Press.
  6.  
  7. This book uses the unique features of Turbo C to implement a complete
  8. video window package. The package includes support for context-sensitive
  9. help, pop-down menus, data entry templates, and a window text editor.
  10.  
  11. The book also explains the concepts of Terminate-and-Stay-Resident 
  12. (TSR) utility programs under DOS. Example TSR programs are provided, and 
  13. a TSR driver program is included that allows you to build your own TSR
  14. programs in Turbo C.
  15.  
  16. There are differences between the files here and the listings in the book
  17. As published, clock.c only works properly when compiled    with the tiny 
  18. memory model. The clock.c program on this diskette can be compiled with 
  19. either the tiny or small memory model. The files twindow.c and twindow.h 
  20. in the book have a bug that prevents compiling when FASTWINDOWS is defined.
  21. The bug is corrected in the files on this diskette.
  22.  
  23. To order the book, call 1-800-MANUALS.
  24.  
  25. ------------------------------------------------------------------------------
  26.  
  27. Other books by the author:
  28.  
  29. C Development Tools for the IBM PC, Brady, 1986
  30.  
  31. This book contains C source code and descriptions for menus, data entry
  32. screens, a terminal driver, file management, b-trees, file sorting, and
  33. cache memory. The source code is available on diskette from the author.
  34. Seven PC C compilers are supported (Aztec, DeSmet, Lattice, Eco-C88,
  35. Let's C, Microsoft C, Turbo C).
  36.  
  37. C Data Base Development, MIS:Press, 1987
  38.  
  39. This book carries the concepts of software tools beyond those of the 
  40. first book into the data base management system. Included are the source 
  41. code for a relational DBMS, a description of data base concepts, and a 
  42. primer on data base design. The source code is available on diskette
  43. for nine different PC C Compilers (Aztec, CI-C86, Datalight, Eco-C88, 
  44. Lattice, Let's C, Microsoft C, Turbo C, Wizard C).
  45.  
  46. Order from the publisher at 1-800-MANUALS.
  47.  
  48. --------------- Copyright 1987, Al Stevens and MIS:Press ---------------------
  49.  
  50. The source code on this diskette is protected by Copyright laws. You may 
  51. exchange the source code and you may develop programs using the code that you 
  52. sell or otherwise distribute to other parties. You may not charge more than
  53. reasonable copy costs for copies of the source code, and you may not 
  54. publish the source code except on a Bulletin Board Service (BBS).
  55.  
  56. Al Stevens
  57. 2983 Newfound Harbor Drive
  58. Merritt Island, FL 32952
  59. (305) 453-4129
  60.  
  61.