摘要: 数据类型 基本类型 整型(int) 4字节 单精度浮点型(float) 4字节 双精度浮点型(double) 8字节 布尔型(bool) 1字节 字符型(char) 1字节 无类型(void) 宽字符型(wchar_t) 2或4字节 typedef short int wchar_t; 扩展类型 枚 阅读全文
posted @ 2021-02-20 16:29 xnzone 阅读(46) 评论(0) 推荐(0)