摘要:
第十章:结构体与共用体07让编程改变世界Change the world by program用typedef定义类型用typedef声明新的类型名来代替已有的类型名声明INTEGER为整型typedef int INTEGER声明结构类型typedef struct{int month;int d... 阅读全文
摘要:
第十章:结构体与共用体07让编程改变世界Change the world by program用typedef定义类型用typedef声明新的类型名来代替已有的类型名声明INTEGER为整型typedef int INTEGER声明结构类型typedef struct{int month;int d... 阅读全文