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.
1) Table N1 in article "The forgotten problems of 64-bit programs development"
2) "Data model"