Re: NSUInteger question
Re: NSUInteger question
- Subject: Re: NSUInteger question
- From: Corbin Dunn <email@hidden>
- Date: Wed, 09 Apr 2008 09:30:32 -0700
On Apr 8, 2008, at 5: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.
I think everyone is missing the point. The advantage is not "None".
Chris Parker already gave the first good advantage. The second is
this: Use NSInteger/NSUInteger everywhere in your app. Recompile it
for 64-bit and you instantly have a fully 64-bit version with very
little work. That's a huge advantage.
-corbin
_______________________________________________
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