Practical C++ Programming By Steven Oualline Here are the changes from the 1/98 reprint: (40): under "Revision history": changed "PVCS" to "PCVS" (70): 4th para: put "'/0'" in constant-width font {102}: example 7-1: made the line: cin >> oper_char >> value; into: cin >> oper_char; cin >> value; {103}: changed "operator" to "oper_char" three times in code and once in text {106}: last code block, line 2: made the line: cin >> value >> operator; into: cin >> value; cin >> oper_char; and changed "operator" to "oper_char" in the third line from the end of that code example {107}: changed the line: cin >> oper_char >> value; to: cin >> oper_char; > value; {141}: next-to-last code example, line 2: changed "...[][10]" to "...[10][]" [181]: replaced Question 11-2 and example 11-3 - contact me for the new info (228): para 1, last line: changed "11 chapters" to "14 chapters"; and in para 4, line 2, changed "Pennsylvania Ave." to "W. Pennsylvania Ave." [230]: the figure on this page is new {289}: twice in code, made " John is in the list" into " John is not in the list"; in the last para., line 2: changed "PVCS" to "PCVS" (291): added a semicolon at the end of the "debug_ptr..." line {418}: last para.: changed "100" to "10" and "308" to "38" (555): removed the first entry for "standard libraries"