摘要:
深入理解C指针之---指针含义符号 阅读全文
posted @ 2015-03-30 11:12
叕叒双又
阅读(523)
评论(0)
推荐(1)
摘要:
1、常规的标准方式: 1 #include 2 3 struct student{ 4 int age; 5 float score; 6 char sex; 7 }; 8 9 int main(int argc, char **argv) 10 ... 阅读全文
posted @ 2015-03-30 09:04
叕叒双又
阅读(448)
评论(0)
推荐(0)