
These samples are provided to demonstrate usage of gcc.

Obviously, you will need to download the C++ compiler in order to
compile the C++ example.  And download the ObjC compiler to compile
the Objective C example.


Descriptions of each sample:

Sample1: simple ANSI C "Hello, world\n" program

Sample2: simple C++ program demonstrating construction/destruction of
objects in global scope.

Sample3: A somewhat working PM program written in C++

Sample4: simple Objective C program (but see Sample5 first)

Sample5: An excellent sample Objective C program.  If you want to
	learn ObjC, this is the place to start.
