Typos in "Programming Concepts in C++", 2nd Edition
- p.6 paragraph 2, replace "That's
while" with "That's why".
- p.6 paragraph 4, replace "Students can spend
may" with "Students can spend many".
Typos in "Programming Concepts in C++", 1st Edition
- p.21
contain of contain twice
- p.26
contributers contributors
- p.29
algorithms samples algorithm samples
- p.32
silimar similar twice
- p.56
varable variable
- p.58
expecially especially
- p.75
preceeded preceded
- p.107 Switch statements cannot have ranges or variables in
its their...
- p.116
minumum minimum twice
- p.116 all cycles
if of the...
- p.120
automatic animated
- p.139
8.1.4 8.3.1
- p.139
8.3.1 8.3.2
- p.162
fin.open(fileName.c_str(); fin.open(fileName.c_str()); three times
- 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.
- p.205
cans can
- p.208
it it's if it's
- p.212
13.1.3 Function And 13.1.3 Functions And
- p.221
and the instructor
- p.225 14.6
6 A Linked Lists
- p.228
15.1 he 15.1 The
- 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