C++ keyword: int - cppreference.com (original) (raw)

[edit] Usage

long long int type: as the declaration of the type when combined with two longs unsigned long long int type: as the declaration of the type when combined with unsigned and two longs (since C++11)

[edit] See also