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 (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]