• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSUInteger question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSUInteger question


  • Subject: Re: NSUInteger question
  • From: Michael Vannorsdel <email@hidden>
  • Date: Tue, 8 Apr 2008 19:12:33 -0600

That's pretty much it. Since 64bit on mac are LP64, int is always 32bits. Using NSUInteger gives you an integer that behaves like ILP64, 32bit on 32bit arch, 64bit on 64bit arch, if you're looking for that behavior.


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.

_______________________________________________

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


References: 
 >NSUInteger question (From: Timothy Reaves <email@hidden>)

  • Prev by Date: Re: NSUInteger question
  • Next by Date: Re: NSUInteger question
  • Previous by thread: Re: NSUInteger question
  • Next by thread: Re: NSUInteger question
  • Index(es):
    • Date
    • Thread