iphone - The long long type defintion -
this question has answer here:
- what kind of data type “long long”? 5 answers
i have basic objective-c knowledge.
i saw code snippet of ios project, uses following statement property:
@interface store : nsobject { } @property (nonatomic) long long amount; // 2 long type? why? ... @end
why there long long type definition?
what mean?
long long
(comes c) 64 bit integer.
Comments
Post a Comment