摘要: 32位编译器 char :1个字节char*(即指针变量): 4个字节(32位的寻址空间是2^32, 即32个bit,也就是4个字节。同理64位编译器)short int : 2个字节int: 4个字节unsigned int : 4个字节float: 4个字节double: 8个字节long: 4 阅读全文
posted @ 2017-08-19 17:18 home普通的人 阅读(3649) 评论(0) 推荐(0)