ChSec |
Line |
Change |
To |
|
| Exercises p.20 |
11 — left column | RAM | compiler | |
| Exercises p.98 |
14 | 25-28 | 25-27 | |
| p.117 | 5 | Version 1 | Version 2 | |
| Example 5.4 p.125 |
3 from bottom | #includ | #include | |
| Examples 6.11 p.179 |
18-23 | RAM | ||
| 6.5.2.1 p.183 |
10 from bottom | is included on the website for this text | is Programming Problem 21 of Section 6.5 | |
| Programming Problems
p.194 |
Problem 4 | rectangle | square | |
| Programming Problems
p.200 |
Problem 17 | sin | sinh | |
| Programming Problems
p.201 |
Problem 20 | 'F' and 'x' | should be italic: F(x) θ(x) | |
| Example 7.2
p.238 |
7 | (1,2) (3,4),(5,6) | (1,2) (3,4) (5,6) | |
| Programming Problems
p.256 |
Section heading Problem 1 |
Sections 7.2-7.4 function |
Section 7.4 statements | |
| Programming Problems
p.258 |
Section 7.1: Problem 17 | ω | Ω | |
| Programming Problems
p.260 |
3 | P | p | |
| Exercises
p. 630 |
Section 15.1 Bad alignment in lines 2 & 3 |
int i1 = 11, i2 = 22; |
int i1 = 11, i2 = 22; |
|
| Appendix D: Other C++ Features
p. 703 |
7 of cmath | atan2(double y) | atan2(double x, double y) |