Amazon.com Widgets page 29
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 19, 2013, 05:10:22 PM
Home Help Search chat Login Register   
News: Read this please.The Great Kangaroo Escape Looking for reviews of the 4th ed on Amazon!   Twitter:  @skochan
                     

+  Official Forum for Programming in Objective-C (the iPhone Programming Language) - Stephen Kochan
|-+  Old Stuff
| |-+  Errata
| | |-+  3rd & 4th printings
| | | |-+  page 29
Pages: [1]   Go Down
Print
Author Topic: page 29  (Read 794 times)
rock
Newbie
*
Posts: 10






« on: April 04, 2009, 09:45:55 PM »

I have the 3rd Printing and have looked through the current errata and I don't think this has been listed yet.

On page 29, the instance yourCar is being used with some examples of message expressions.  The last example, setting currentMileage, is using the wrong instance:

Code: (Objective-C)
currentMileage = [suesCar currentOdometer];

should be
Code: (Objective-C)
currentMileage = [yourCar currentOdometer];
 
Thanks
Logged
Pages: [1]   Go Up
Print
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Entire forum contents (c) 2009 classroomM.com. All rights reserved.