I'm seeking for specific information on the sizes of basic C++ types.
I understand that it is determined by the architecture (16 bits, 32 bits, or 64 bits) and the compiler.
But are there any C++ standards?
On a 32-bit architecture, I'm using Visual Studio 2008.
This is what I get:
char : 1 byte
short : 2 ...READ MORE
Jul 5, 2022
in C++
by
Nicholas
• 7,760 points
•
543 views