B.2 — Long long, auto, decltype, nullptr, and enum classes « Learn C++
Type long long In you recall from lesson 2.4 -- Integers, the largest integer type C++03 defines is “long”. Long has a platform-specific size that can be either 32 or 64 bits. C++ defines a new type named long long that’s guaranteed to be at least 64 bits...