home *** CD-ROM | disk | FTP | other *** search
-
-
- This disk contains some example programs that have been compiled under
- NorthC, these examples come from various sources.
-
-
- hello
-
- The classic hello world program, this directory contains enough
- information for you to write your first NorthC program.
-
-
- make
-
- The version of make on the NorthC disk.
-
-
- Mini-hello
-
- An example of creating a small program under NorthC, in this case a
- small version of hello world.
-
-
- disass
-
- An example program sent in from Martin Combs, thanks Martin. This
- disassembles an object file for you.
-
-
- top
-
- The optimiser on the NorthC disk.
-
-
- CRender
-
- Displaying three dimensional objects on the Amiga.
-
-
- libs
-
- An example of how to create a library, in this case a set of routines to
- emulate UNIX functions that the 'C' library does not have.
-
-
- Script
-
- This directory contains some trivial code to allow you to quickly execute
- CLI commands from a 'C' program. The actual example here is the program
- that unpacks the NorthC environment.
-
-
- fortune
-
- A version of the classic "fortune cookie" program.
-
-
- translate
-
- A text file translation program to move ASCII files into word processor
- format.
-