Re: Sizeof(X) on different architectures

From: Neil Kurzman (nsk_at_mail.asb.com)
Date: 09/29/04


Date: Wed, 29 Sep 2004 06:16:47 GMT

You realize those sizes come from the compiler, not the CPU.
compile the code with a 16bit windows compiler and it will report the same numbers in 16,32, and 64 bit systems.
The sizes are listed in one of the header files

>



Relevant Pages