Changes Made from the Second Printing to the Third

Chapter 6

Page

Line

Change

To

323

6, 7 of Fig. 6.1

iostream.h
assert.h
Insert after line 7:

iostream
cassert
using namespace std;

327

6, 7 of Fig. 6.2

iostream.h
iomanip.h
Insert after line 7:

iostream
iomanip
using namespace std;

335

1T

iostream.h
Insert after this line:

iostream
using namespace std;

342

1,
6
of Fig. 6.6

digits 6
iostream.h
Insert after this line:

digits6
iostream
using namespace std;

352

8 of Fig. 6.7

iostream.h
Insert after this line:

iostream
using namespace std;

355

7 of Fig. 6.8

iostream.h
Insert after this line:

iostream
using namespace std;

357

8 of Fig. 6.9

iostream.h
Insert after this line:

iostream
using namespace std;

360

8 of Fig. 6.11

iostream.h
Insert after this line:

iostream
using namespace std;

368

1-2 of Fig. 6.12

iostream.h
assert.h
Insert after line 2:

iostream
cassert
using namespace std;

370

7-9 of Fig. 6.13

Replace:

#include "Depreciation.h"
#include <iostream> // <<, >>, cout, cin
#include <string> // string
using namesapce std;

 

Changes in Chapter 7