摘要: 在c语言中 struct Teacher { int age; char name[24] ; }Teacher; 定义变量的时候应该为: struct Teacher t1; 但是如果 typedef struct Teacher { int age; char name[24] ; }Teach 阅读全文
posted @ 2017-06-14 21:04 小陈同学啦 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 自己玩玩没想到的,这种思想很重要 阅读全文
posted @ 2017-06-14 20:38 小陈同学啦 阅读(394) 评论(0) 推荐(0) 编辑