[comp.sys.apple2] Help C-compiler

kolnicki@ohstpy.mps.ohio-state.edu (08/20/90)

	Help. I need a C-compiler for an Apple-IIc. Does it exist?
If anyone knows, please tell me how I might get one.


			Thanks,

			Gary

marc@pawl.rpi.edu (Marcus B Leonard) (08/28/90)

As far as I know, the only game in town in Manx's Aztec C.  It is available
in several flavors, including DOS 3.3 only, DOS 3.3 and Prodos, MS-DOS cross
compiler, and 'Apprentice C'.

Check a copy of A+/Incider or Nibble for their ad.

If your main interest is just to learn C on your Apple, the Apprentice C
package is a good deal at $20.  It is a full K&R implementation, except for
bit-field data types.  It does not compile to machine code, but rather to 
pseudo-code which is then interpreted.

                            - Marc