Changes Made from the Second Printing to the Third

Chapter 12

Page

Line

Change

To

697

7, 8 of Fig. 12.1

iostream.h
Insert after line 8:

iostream
using namespace std;

717

4 of Fig. 12.3

Insert after this line:

using namespace std;

725

4 of Fig. 12.6

Insert after this line:

using namespace std;

726

5 of Fig. 12.1

assert.h
Insert after this line:

cassert
using namespace std;

727

8, 9 of Fig. 12.8

iostream.h
Insert after line 9:

iostream
using namespace std;

729

4 of Fig. 12.8

Insert after this line:

using namespace std;

730

7, 8T

Delete both Matrix::

 
 

16B

any function member that is

members that are

 

17B

Delete reference to footnote 1

 
 

Footnote

Delete

 

731

9 & 10 in boxed display

Delete "except for its constructors and destructor"

 
 

13-14B

Change 1st sentnce of paragraph

The constructors of a parent class construct only the members of that class, and so the child class must provide its own constructor functions.

741

20T

Fig-ure

Figure

742

8, 9 of Fig. 12.19

iostream.h
math.h
Insert after this line:

iostream
cmath
using namespace std;

743

7, 8 of Fig. 12.20

iostream.h
math.h
Insert after this line:

iostream
cmath
using namespace std;

Changes in Chapter 13