rbogen%dreams@Sun.COM (Richard Bogen) (01/20/90)
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)();