Re: NSString to Integer
Re: NSString to Integer
- Subject: Re: NSString to Integer
- From: Kyle Sluder <email@hidden>
- Date: Sat, 7 Mar 2009 20:42:59 -0500
On Sat, Mar 7, 2009 at 8:41 PM, Sean McBride <email@hidden> wrote:
> Also, if you want a 64 bit integer, use int64_t. NSInteger changes size
> depending, as others have said.
"long long" matches up with the method names used in Cocoa. I find it
a lot easier to use that rather than int64_t.
--Kyle Sluder
_______________________________________________
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