摘要: C、C++数据类型所占字节数 32位编译器 char :1个字节char*(即指针变量): 4个字节(32位的寻址空间是2^32, 即32个bit,也就是4个字节。同理64位编译器)short int : 2个字节int: 4个字节unsigned int : 4个字节float: 4个字节doub 阅读全文
posted @ 2017-11-01 09:42 小鱼2015 阅读(410) 评论(0) 推荐(0)