Re: NSUInteger = unsigned int?
Re: NSUInteger = unsigned int?
- Subject: Re: NSUInteger = unsigned int?
- From: Scott Ribe <email@hidden>
- Date: Sun, 14 Nov 2010 08:37:35 -0700
On Nov 14, 2010, at 8:33 AM, William Squires wrote:
> In the "String Programming Guide" under "String Format Specifiers", it says "%u or %U" for unsigned 32 bit integers. Is this what NSUInteger is typedef'd to? Or do I need "%qu" instead?
NSUInteger is 32-bit for 32-bit architecture, 64-bit for 64-bit architecture.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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