阅读Difference between long and int data types和Long Vs. Int C/C++ - What's The Point?
我正在尝试通过创建32位exe和64位exe来生成sizeof(int)和sizeof(long)的输出。
我在Windows 7旗舰版x64 SP1上使用visual studio 2010,并在配置管理器中选择了x64。我的预处理器也设置为WIN64。但是,无论我是创建32位exe还是64位exe,我仍然将sizeof(int)和sizeof(long)作为4个字节。
是否需要设置其他编译器标志来生成x64 exe(我无法在项目的x64 / Debug文件夹中看到生成的exe文件)