Typos in "Programming Concepts in C++", 2nd Edition

  1. p.6 paragraph 2, replace "That's while" with "That's why".
  2. p.6 paragraph 4, replace "Students can spend may" with "Students can spend many".

Typos in "Programming Concepts in C++", 1st Edition

  1. p.21 contain of contain twice
  2. p.26 contributers contributors
  3. p.29 algorithms samples algorithm samples
  4. p.32 silimar similar twice
  5. p.56 varable variable
  6. p.58 expecially especially
  7. p.75 preceeded preceded
  8. p.107 Switch statements cannot have ranges or variables in its their...
  9. p.116 minumum minimum twice
  10. p.116 all cycles if of the...
  11. p.120 automatic animated
  12. p.139 8.1.4 8.3.1
  13. p.139 8.3.1 8.3.2
  14. p.162 fin.open(fileName.c_str(); fin.open(fileName.c_str()); three times
  15. p.169 Both cin and fin are used because there is input from both the keyboard and a file. Note that prompts are associated with the keyboard inputs, but not with the file inputs.
  16. p.205 cans can
  17. p.208 it it's if it's
  18. p.212 13.1.3 Function And 13.1.3 Functions And
  19. p.221 and the instructor
  20. p.225 14.66 A Linked Lists
  21. p.228 15.1 he 15.1 The
  22. p.228 code has already been code have already been

Readers are encouraged to send any corrections to the author.
Robert Burns, Diablo Valley College
rburns@dvc.edu


Chapter 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15
Home Page