iphone - The long long type defintion -


this question has answer here:

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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -