Re: NSUInteger question
Re: NSUInteger question
- Subject: Re: NSUInteger question
- From: Timothy Reaves <email@hidden>
- Date: Tue, 8 Apr 2008 21:07:55 -0400
On Apr 8, 2008, at 9:02 PM, Nick Zitzmann wrote:
On Apr 8, 2008, at 6:30 PM, Timothy Reaves wrote:
What advantage does NSUinteger have over uint32? I realize that
on a 64 bit machine, it would be a uint64.
None. It only declares the integer to be 32-bit on 32-bit builds,
and 64-bit on 64-bit builds.
That's not an advantage, but the distinction. And as I stated, I
know that.
_______________________________________________
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