home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff384.lzh / NorthC / Example2.LZH / README < prev    next >
Text File  |  1990-09-09  |  1KB  |  62 lines

  1.  
  2.  
  3.   This disk contains some example programs that have been compiled under 
  4. NorthC, these examples come from various sources.
  5.  
  6.  
  7. hello
  8.  
  9.   The classic hello world program, this directory contains enough 
  10. information for you to write your first NorthC program.
  11.  
  12.  
  13. make
  14.  
  15.   The version of make on the NorthC disk.
  16.  
  17.  
  18. Mini-hello
  19.  
  20.   An example of creating a small program under NorthC, in this case a 
  21. small version of hello world.
  22.  
  23.  
  24. disass
  25.  
  26.   An example program sent in from Martin Combs, thanks Martin.  This 
  27. disassembles an object file for you.
  28.  
  29.  
  30. top
  31.  
  32.   The optimiser on the NorthC disk.
  33.  
  34.  
  35. CRender
  36.  
  37.   Displaying three dimensional objects on the Amiga.
  38.  
  39.  
  40. libs
  41.  
  42.   An example of how to create a library, in this case a set of routines to 
  43. emulate UNIX functions that the 'C' library does not have.
  44.  
  45.  
  46. Script
  47.  
  48.   This directory contains some trivial code to allow you to quickly execute 
  49. CLI commands from a 'C' program.  The actual example here is the program 
  50. that unpacks the NorthC environment.
  51.  
  52.  
  53. fortune
  54.  
  55.   A version of the classic "fortune cookie" program.
  56.  
  57.  
  58. translate
  59.  
  60.   A text file translation program to move ASCII files into word processor 
  61. format.
  62.