Re: NSString to Integer
Re: NSString to Integer
- Subject: Re: NSString to Integer
- From: "Sean McBride" <email@hidden>
- Date: Sat, 7 Mar 2009 20:41:09 -0500
Dave DeLong (email@hidden) on 2009-03-07 7:55 PM said:
>I'm on a 2GHz Macbook Unibody, so I'm expecting that d is a 64-bit
>integer.
Don't expect, measure. What does sizeof(d) give?
Also, if you want a 64 bit integer, use int64_t. NSInteger changes size
depending, as others have said.
Sean
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden