You should never be using int in the first place except for API that are already using int, like many libc functions return type.
Use the types that fit the API you are using, and if you have to write some API, use types from stdint.h that fit your need. Le 14 sept. 2013 à 16:37, vipgs99 <vipg...@gmail.com> a écrit : > So do I need replace all int to NSInteger? > On 13-9-11 3:50, Fábio Bernardo wrote: >> I don't get the advantage... What I am missing? >> >> — >> Fábio Bernardo >> >> On Tue, Sep 10, 2013 at 8:45 PM, Scott Ribe <scott_r...@elevated-dev.com> >> wrote: >> >>> Well, since nobody else has commented, let me be the first to say: >>> YES! YES! YES! THANK YOU APPLE!! >>> -- >>> Scott Ribe >>> scott_r...@elevated-dev.com >>> http://www.elevated-dev.com/ >>> (303) 722-0567 voice >>> _______________________________________________ >>> 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: >>> https://lists.apple.com/mailman/options/cocoa-dev/me%40fbernardo.org >>> This email sent to m...@fbernardo.org >> _______________________________________________ >> >> 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: >> https://lists.apple.com/mailman/options/cocoa-dev/vipgs99%40gmail.com >> >> This email sent to vipg...@gmail.com > > _______________________________________________ > > 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: > https://lists.apple.com/mailman/options/cocoa-dev/devlists%40shadowlab.org > > This email sent to devli...@shadowlab.org -- Jean-Daniel _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com