Re: Bug or feature?
Re: Bug or feature?
- Subject: Re: Bug or feature?
- From: Bill Bumgarner <email@hidden>
- Date: Tue, 14 Feb 2006 10:19:16 -0800
On Feb 14, 2006, at 9:57 AM, M. Carlson wrote:
What number should variable 'fval' have after this is executed?
- (void) doit
{
float fval=0.0;
NSNumber *aNumber=nil;
fval=[aNumber floatValue];
NSLog(@"fval is %f",fval);
}
http://developer.apple.com/documentation/MacOSX/Conceptual/
universal_binary/universal_binary_tips/chapter_5_section_22.html
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden