摘要: 结构体定义三种方式: 1 #include 2 //第一种定义方法 3 struct point { 4 int x; 5 int y; 6 }; 7 struct point p1,p2; ... 阅读全文
posted @ 2015-03-27 22:01 sunlit 阅读(332) 评论(0) 推荐(0) 编辑