摘要: 基本类型 目前讨论了int和float,以及_Bool 整数类型 有符号整数和无符号整数,目前可以回避无符号整数 6种基本组合类型: short int unsigned short int int unsigned int long unsigned long int 注: 说明符的顺序不影响。u 阅读全文
posted @ 2022-02-08 08:18 kartone 阅读(38) 评论(0) 推荐(0)