随笔分类 -  C语言学习笔记

c
摘要:1 #include 2 #include 3 struct MyStruct 4 { 5 int a; 6 char b; 7 8 }; 9 struct MyStruct hello[]=10 {1,'a',2,'b'11 12 };13 14 15 int main( ... 阅读全文
posted @ 2015-09-15 21:58 何似王 阅读(3931) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-09-14 22:27 何似王 阅读(316) 评论(0) 推荐(0)