Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!lll-winken!sun-barr!newstop!sun!dreams!rbogen From: rbogen%dreams@Sun.COM (Richard Bogen) Newsgroups: comp.lang.c Subject: "C Traps & Pitfalls" Message-ID: <130505@sun.Eng.Sun.COM> Date: 20 Jan 90 00:27:55 GMT Sender: news@sun.Eng.Sun.COM Lines: 9 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)();