NSUIntever vs unsigned int when 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 9:13 UTC
Read the original article Hit count: 301

Filed under:
|

I have a variable, an unsigned int 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