Cocoa:NSUInteger vs unsigned int When the Range is Very Small?

Posted by Michael Matheus on Stack Overflow See other posts from Stack Overflow or by Michael Matheus
Published on 2010-04-03T08:54:03Z Indexed on 2010/04/03 14:43 UTC
Read the original article Hit count: 298

Filed under:
|

I have an unsigned int variable and it can only have the values of 0 -> 30. What should I use: unsigned int or NSUInteger? (for both 32 and 64 bit)

© Stack Overflow or respective owner

Related posts about int

Related posts about cocoa