Practical C Programming, 3rd edition by Steve Oualline This page list the errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was last modified on February 23, 2007. 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-number?: reader question or request for clarification Confirmed errors: [xxi] Obtaining Source Code; Find examples.tar and examples.zip at: http://examples.oreilly.com/pcp3/ {100} Example 7-1: if (operator = '+') { should read: if (operator == '+') {