If NSInteger is just like a regular int then why does it exist and what is its purpose in being called NSInteger?
int
NSInteger
I\'m new to Mac OS X prog
A NSInteger will be 4 bytes on a 32-bit machine and 8 on a 64-bit.