Possible Duplicate:
What is the bit size of long on 64-bit Windows?
Why is it that when I compile as x64 in Microsoft Visual Studio 2010, sizeof(unsigned int) == 4
? Doesn't it must Shouldn't it be 8 == sizeof(int)
? I change platform in configuration manager and in command_line_compiler all settings are x64, but size of unsigned int = 4
.
What did I do wrong?