摘要: ## 目录- 几个比较奇葩的指针赋值- int (* fun())()- int (* foo())[]- int (*foo[])()- const 关键词的意义是什么?- char const (*next )() 怎么读?- char (c[10])(int **p) 怎么读?- typede... 阅读全文
posted @ 2015-08-07 11:19 0x1D 阅读(216) 评论(0) 推荐(0) 编辑