home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
northc_384.lzh
/
NorthC
/
Example2.LZH
/
README
< prev
next >
Wrap
Text File
|
1990-09-09
|
1KB
|
62 lines
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.