Simple types / Numbers / Integer
Conversion from a string
Converting to a string
Arithmetic operations
Getting random values
Bitwise operations
Numeral system
Converting Int -> Int
Check overflow
NSString
*strNumber =
@"42"
;
int
number = [strNumber intValue];