Practical C++ Programming by Steve Oualline Following are the changes made in the 1/00 reprint: {130} Figure 9-2 (above the line '++count;') The second 'Block' is now closed with a "}" (formerly a "{") (138) The last sentence before example 9-7 no longer has a "{" at the end of it. (141) The first sentence of Array Parameters did read: So for you've dealt only with simple parameters. now reads: So far you've dealt only with simple parameters. (143)First line on page, the word "list" is now in Normal font (formerly constant-width) {155} In example 10-4, line 5 now reads: #define MAX = 10 (156) The heading of example 10-6 did read: Example 10-6. dis/die.cc now reads: Example 10-6. die/die.cc {189} The first code segment now has a "}" right after the last line: main() { data.f_value ... data.i_value ... ... data.f_value ... i = data.i_value ... } {90} two lines above the "typedef" heading: changed "5.0" to "50" {192} First line of the large code segment in the middle of the page now reads: enum day_of_the_week today = TUESDAY; {207} The code at the top of this page did read: stack::~stack(void) now reads: inline stack::~stack(void) { {210} Near the bottom of the page: call_type first_var now reads: class_type first_var