曾经是这样:16位操作系统中,int 占16位;在32位操作系统中,int 占32位。但是现在人们已经习惯了 int 占32位,因此在64位操作系统中,int 仍为32位。64位整型用 long long 或者 __int64
posted on 2019-12-05 14:25 Real-Ying 阅读(141) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2025 Real-Ying Powered by .NET 9.0 on Kubernetes