C++ Pocket Reference by Kyle Loudon The following errata were *corrected* in the 3/06 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem Page 25, middle of page: Circle circle(2.0); NOW READS: Circle c(2.0); (35) Table 4; A horizontal line was missing after *_cast to separate it from the next precedence level This HAS BEEN CORRECTED. (119) Section 'Exception Specification', 2nd line; An exception is a guarantee to the caller of a function that only certain exceptions will be thrown NOW READS: An exception is a guarantee to the caller of a function that only certain exceptions can be thrown