C++
struct Adesk { enum IntLiterals : long long { nMaxShort = 0x7fff, n64K = 0x10000, n1Meg = 0x100000, n1Gig = 0x40000000, n1Tera = 0x10000000000, nMaxInt = 0x7fffffff, nMaxUInt = 0xffffffff }; constexpr bool kFalse = false; constexpr bool kTrue = true; };
File
adesk.h
Description
This struct contains extensions to the standard set of primitive data types.