On Sat, May 08, 2004 at 12:19:54PM -0600, Neil Chong-Kit wrote:
> It's a thin book, but does an excellent job as a reference when you have
> questions about the C language.
C is such a simple language it doesn't /need/ a thick book. When the C books
start getting thick, it's not because of the language but because of the
library and other programming topics (from a C perspective). Neglecting
libraries and general programming topics, the most complicated part of C is
the type system and that can be described nicely on a few pages (and most of
that is examples:).
eg:
int (*)(int)(*foo[32])(int (*)(int));
foo is an array of 32 pointers to functions that take a pointer to a
function taking an int param and returning int and return a pointer to a
function taking an int param and returning int.
Confused yet? :)
Bill
--
Leave others their otherness. -- Aratak
_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca