Page 73-74 inconsitant variable names
On page 73 the Person class defines a member variable mintTotalDistance
on page 74 the Walk method of the same Person class attempts to use this variable but calls it mTotalDistance dropping the int prefix.
Edit: Also note that the section on custom events is very very sloppy and hard to follow.
Last edited by Patrick Cambria; January 26th, 2009 at 06:52 AM..
|