CompuServe Messages

#C Beginner

    27-Jun-90 19:21:52
Sb: #108156-#C Beginner
Fm: David Schwartz 76326,1017
To: Francis Kostella 72220,3117
DICE looked too complicated to set up, so that is why I got NorthC. It is very easy to use and fairly fast and doean't seem to be memory hungry, as I am using it on a 1 meg A500 with 2 floppy drives. All you need to do is type: cc -o(executable filename) (source filename) like this: cc -oHello hello.c That's all there is too it, it takes care of the object stuff, the linking, and all.