builtin type size differences between 32 bit and 64 bit in Visual C++

  • Thread starter Thread starter jonwil
  • Start date Start date
J

jonwil

Guest
Is there a list anywhere of the differences in the size of builtin types between 32 bit and 64 bit in Visual C++? (or other information on the differences)

I know pointers are different sizes and I know there are some typedefs in the C++ headers (like uintptr_t and size_t) who's size differs but are any of the builtin types other than pointers (that is, those provided by the compiler directly) different sizes between 32 bit and 64 bit?

Continue reading...
 
Back
Top