[Coco] C Programming

Dave Kelly daveekelly1 at embarqmail.com
Sat Feb 6 18:40:21 EST 2010


Willard Goosey wrote:
>
>  Old Testament: _ by Brian W. Kernighan
> and Dennis M. Ritchie, First Edition.  This is exactly (except for a
> few ommisions and bugs) the language the compiler supports.
>
> It's out of print, so look for it used.
>
> Also:  The manual for the C compiler itself, and the docs for all the
> replacement programs and libraries for it.
>   
There are 2 versions of "The C Programming Language". One is ANSI 'C' 
and the older version is not.
OS9 is the other, pre-ANSI 'C', first edition.

function_name ( int variabel, char *varable ) produces an error.

function_name ( )
int variabel;
char *varable;  does not.

-- 
He's been called a New Age goliard.
At least, that's what I've heard
For a coin of gold.
He was known to write bold,
But without ever using a bad word.




More information about the Coco mailing list