home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / itcfeb91.arj / READ.ME < prev    next >
Text File  |  1991-09-07  |  1KB  |  27 lines

  1. ╔═══════════════════════════════════════════════════════════════════════╗
  2. ║  FEBRUARY 1991                    Inside Turbo C    ║
  3. ╟───────────────────────────────────────────────────────────────────────╢
  4. ║  How does DOS manage memory?                        ║
  5. ║     MCB.H - the prototypes for MCB.C                    ║
  6. ║     MCB.C - the functions to directly access DOS' memory pool        ║
  7. ║     SHOWMEM.C - the demonstration program                ║
  8. ║                                    ║
  9. ║  Parsing command-line arguments                    ║
  10. ║     GETOPT.C - The command-line argument parser            ║
  11. ║     GOTEST.C - The test program for the command-line argument parser    ║
  12. ║                                    ║
  13. ║  Using macro pseudofunctions                        ║
  14. ║     PSEUDO.C - the demonstration program                ║
  15. ║                                         ║
  16. ║  Assigning arrays in C                        ║
  17. ║     (There's no code for this tip, but we use this technique in the    ║
  18. ║      Using macro pseudofunctions)                    ║
  19. ║                                    ║
  20. ║  When to use pointers instead of arrays                ║
  21. ║     (There's no code for this article)                ║
  22. ║                                    ║
  23. ║  Tabstops for all listings are set to 4 spaces.            ║
  24. ╟───────────────────────────────────────────────────────────────────────╢
  25. ║  Last updated: 21 February 1991                    ║
  26. ╚═══════════════════════════════════════════════════════════════════════╝
  27.