Amazon.com Widgets page 153
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 18, 2013, 10:35:52 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 153
Pages: [1]   Go Down
Print
Author Topic: page 153  (Read 575 times)
jerome
Newbie
*
Posts: 48






« on: February 18, 2009, 02:08:41 PM »

The code snnipet with the method setTo: over: is missing the square bracket at the end.
Code: (Objective-C)
[result setTo: numerator * f.denominator + denominator * f.numerator over: denominator * f.denominator;
should read:
Code: (Objective-C)
[result setTo: numerator * f.denominator + denominator * f.numerator over: denominator * f.denominator];

CU Jerome
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.