"C Traps & Pitfalls"

Richard Bogen rbogen%dreams at Sun.COM
Sat Jan 20 11:27:55 AEST 1990


I just started reading Andrew Koenig's new book
called "C Traps & Pitfalls" and highly recommend it
even for experienced C programmers (which I'm not).
It not only shows common mistakes which experts still
make but it explains, in terms of fundamental concepts,
the justification for many aspects of C which novices 
wrestle with.

For example: (*(void(*)())0)();



More information about the Comp.lang.c mailing list