Changes Made from the Second Printing to the Third

Chapter 11

Page

Line

Change

To

652

8 of Fig. 11.1

iostream.h
Insert after this line:

iostream
using namespace std;

659

3 of Fig. 11.3

ctype.h
Insert after this line:

cctype
using namespace std;

662

11 of Fig. 11.6

iostream.h
Insert after this line:

iostream
using namespace std;

668

2 of Fig. 11.8

assert.h
Insert after this line:

assert
using namespace std;

669

3 & 4 of Fig. 11.3

stdlib.h
ctype.h
Insert after this line:

stdlib
cctype
using namespace std;

677

11 of Fig. 11.14

iostream.h
Insert after this line:

iostream
using namespace std;

678

8 of Fig. 11.15

iostream.h
Insert after this line:

iostream
using namespace std;

680

6 of Fig. 11.16

iostream.h
Insert after this line:

iostream
using namespace std;

582

1T

iostream.h
Insert after this line:

iostream
using namespace std;

683

7T

Insert after this line:

using namespace std;

 

1B

iostream.h
Insert after this line:

iostream
using namespace std;

684

7B

Insert after this line:

using namespace std;

685

4 of Fig. 11.19

ctype.h
Insert after this line:

cctype
using namespace std;

687

4

and perator++

and operator++

 

5 of Fig. 11.20

ctype.h
Insert after this line:

cctype
using namespace std;

 

Changes in Chapter 12