Changes Made from the Second Printing to the Third

Chapter 10

Page

Line

Change

To

589

7 of Fig. 10.1

iostream.h
Insert after this line:

iostream
using namespace std;

596

1T & 2T

<iostream.h>

<iostream>

599

9B

<iostream.h>

<iostream>

602

3T

iostream.h
Insert after this line:

iostream
using namespace std;

603

6-8 of Fig. 10.5

ctype.h
stdlib.h
Insert after this line:

c ctype
cstdlib
using namespace std;

 

11 of Fig 10.5

initScale

initialScale

604

7T

iostream.h
Insert after this line:

iostream
using namespace std;

619

6 of Fig 10.14

iostream.h
Insert after this line:

iostream
using namespace std;

629

6, 8 of Fig 10.15

iostream.h
Insert after line 7:

iostream
using namespace std;

633

7-9, 11 of Fig. 10.17

iostream.h
fstream.h
assert.h
Insert after line 11

iostream
fstream
assert
using namespace std;

 

Changes in Chapter 11