Page |
Line |
Change |
To |
| 43 | 11T | const PI = | const double PI = |
| 240 | 12T | 'R' | "R" |
| 241 | 6T,12T,
17T,19T |
remove | erase |
| 245 | 1B (Ex. 22) | remove | erase |
| 246 | 2T of Ex. 24 | remove | erase |
| 342 | 4T | digits 6.cpp | digits6.cpp |
| 398 | 16 & 19T | NPOS | string::npos |
| 406 | 2B | Insert before this line: | #include <math.h> |
| 490 | 16T | NPOS | string::npos |
| 527 | 7T | double int[CAPACITY]; | double count[CAPACITY]; |
| 542 | 6T | int i, j, n = 9; | int i, j, n = 9, |
| 572 | 19T | Delete this line that begins
#include "MyVector.h" |
|
| 573 | 6T | an ifstream | a file name |
| 8T | Delete:
the modified ifstream and |
||
| 11T | ifstream & inStream | string fileName | |
| 12-13T | Insert after { | ifstream
inStream(fileName.data());
if (!inStream.is_open())
|
|
| 20T | Insert before closing { | inStream.close(); | |
| 603 | 19T | initScale | initialScale |
| 669 | 5B | toupper | toupper() |
| 687 | 4T | and perator++ | and operator++ |
| 730 | 7T & 8T | Delete: Matrix:: | |
| 741 | 20T | Fig-ure | Figure |
| 836 | 1-2T | Returns uppercase equivalent of c
(if c is lowercase) |
Returns lowercase equivalent of c
(if c is uppercase) |
| 3-4T | Returns the lowercase equivalent of c
(if c is uppercase) |
Returns uppercase equivalent of c
(if c is lowercase) |
|
| 865 | 17B in
1st column |
Insert after "Promotion, 75" | "protected, 731" |