2014年10月30日
摘要: http://blog.csdn.net/yunyun1886358/article/ http://blog.sina.com.cn/s/blog_80ce3a550100yl1r.html 阅读全文
posted @ 2014-10-30 17:59 1129496211 阅读(944) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-29958512-id-4584209.html 阅读全文
posted @ 2014-10-30 16:41 1129496211 阅读(241) 评论(0) 推荐(0)
摘要: 1 int (*a[10]) (int)注意指针数组和数组指针的区别:int(*a[10])(int):a是这样一个数组,它有十个元素,每个元素都是一个函数指针,所指向的函数是带一个int参数返回值也是int。int(*a)[10](int):a是一个函数指针,它所指向的函数是带一个int参数,返... 阅读全文
posted @ 2014-10-30 16:09 1129496211 阅读(161) 评论(0) 推荐(0)
摘要: http://bbs.dospy.com/thread-13648528-1-539-1.html 阅读全文
posted @ 2014-10-30 08:27 1129496211 阅读(1265) 评论(0) 推荐(0)