I\'m looking for detailed information regarding the size of basic C++ types. I know that it depends on the architecture (16 bits, 32 bits, 64 bits) and the compiler.
On a 64-bit machine:
int: 4 long: 8 long long: 8 void*: 8 size_t: 8