Lab Manual
to Accompany
ADTs, Data Structures, and Problem Solving with C++,
2e

 

Errata List for First Printing

Note: I'm sorry that several of the corrections I submitted to the publisher did not get included in this first printing of the lab manual. I will try to get them made in later printings. Many of they are minor and I will list only the important ones here

Page

Location

Change

To

7 definition Exer. 9: Change if statement to:< if (mat[row][col] == item)
      found = true;
else ; // continue
73 Step 4b defnition definition
78 Boxed step number 7.4 7.3
79 Boxed step number 7.5 7.4
82 Step 2b at the designated place in LinkedList.cpp at an appropriate place.
97 First figure myBack = myBack = 1
 " Second figure myFront =
myBack =
myFront = 0
myBack = 2
 " Third figure myFront =
myBack =
myFront = 1
myBack = 2
137 Note 1 Delete ", and RandomInt.doc"  
177 Note 2 file ExtendedVector file ExtendedVector.h



  This page maintained by Larry Nyhoff Last modified: