Size of data types
NOTE: it actually depends!
unsigned int: 4unsigned long: 8unsigned long long: 8uint32_t: 4uint64_t: 8size_t: 8(std::) size_t: 8
NOTE: it actually depends!
unsigned int: 4unsigned long: 8unsigned long long: 8uint32_t: 4uint64_t: 8size_t: 8(std::) size_t: 8