int& long

1340阅读 0评论2015-10-21 seuqyr
分类:C/C++

16位系统:long是4字节,int是2字节
32位系统:long是4字节,int是4字节
64位系统:long是8字节,int是4字节
上一篇:Python 书签
下一篇:我是一个线程