volcanol的工控博客
Email : lilinly225@126.com 索要资料加QQ 点击进入 或 点击左侧的资料分享专用帖

volcanol ---- View OF Linux Can Appreciate Nature OF Linux

天行健,君子以自强不息

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年6月11日

摘要: 今天在Gmail的群组讨论贴中看到这样一个帖子:[learn-linux-c-cpp] 一维数组转成指向数组的指针收件箱x zhangzhe benzhemin@gmail.com11-10-28发送至 learning-linux. 还请大家讨论一下:代码:#include <stdio.h>int main(void){ int a[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; int (*p)[2] = (int (*)[2])a; printf("%d\n", **p); printf("%d\n", 阅读全文
posted @ 2012-06-11 11:49 volcanol 阅读(779) 评论(0) 推荐(1) 编辑

volcanol ----View OF Linux Can Appreciate Nature OF Linux。