• 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: 64-bit iOS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 64-bit iOS


  • Subject: Re: 64-bit iOS
  • From: David Duncan <email@hidden>
  • Date: Sat, 14 Sep 2013 07:58:41 -0700

On Sep 14, 2013, at 7:37 AM, vipgs99 <email@hidden> wrote:

> So do I need replace all int to NSInteger?


Technically no, but generally you do need to evaluate every usage of data types of a specific width and ensure that in 64-bit mode you won’t exceed the bounds of what an int can store.

It is more common to err on the safe side instead and simply use NSInteger instead however.
--
David Duncan

_______________________________________________

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


  • Follow-Ups:
    • Re: 64-bit iOS
      • From: Marcel Weiher <email@hidden>
References: 
 >64-bit iOS (From: Scott Ribe <email@hidden>)
 >Re: 64-bit iOS (From: Fábio Bernardo <email@hidden>)
 >Re: 64-bit iOS (From: vipgs99 <email@hidden>)

  • Prev by Date: Re: 64-bit iOS
  • Next by Date: Re: 64-bit iOS
  • Previous by thread: Re: 64-bit iOS
  • Next by thread: Re: 64-bit iOS
  • Index(es):
    • Date
    • Thread