曾经是这样:16位操作系统中,int 占16位;在32位操作系统中,int 占32位。但是现在人们已经习惯了 int 占32位,因此在64位操作系统中,int 仍为32位。64位整型用 long long 或者 __int64
各平台下算术类型大小
原文:https://www.cnblogs.com/Real-Ying/p/11989083.html