home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 401 / smallc.doc < prev    next >
Text File  |  1986-07-05  |  1KB  |  26 lines

  1. The directory contains:
  2.         1) CPC.EXE, Caprock Systems' Small-C compiler for the PC;
  3.         2) CPCLIB.ASM, source to the run-time package;
  4.         3) CPCLIB.LIB, the run-time in object form;
  5.         4) HELLO.C, "the first program to write ... in all languages".  A
  6.         comment at the start of this file briefly explains how to use the
  7.         compiler.
  8.  
  9. You'll need ASM/MASM + LINK.
  10.  
  11. This package is copyrighted 1982 by Caprock Systems.  To the best of my
  12. knowledge, everything in it is in the public domain.  Source to the
  13. compiler itself is not available, nor is any documentation; perhaps some
  14. fearless & enterprizing soul in this SIG would want to correct the latter
  15. deficiency.
  16.  
  17. I have mixed feelings about encouraging beginning programmers to try to
  18. learn C through the use of this compiler.  Hopefully, whatever frustration
  19. they might encounter in using it will be outweighed by an appreciation of
  20. those features of the full language which can be seen in this subset -
  21. support for separate compilation and modular design, the separation of I/O
  22. from the language, etc.
  23.  
  24. Lastly, I remember when I had no tools available to me but this and BASIC.
  25. Case closed: this wasn't so bad after all.
  26.