社区
C++ 语言
帖子详情
HELP
Learn-anything
2008-04-06 10:56:06
int (*a[10])(int) 表示的是什么?
...全文
48
3
打赏
收藏
HELP
int (*a[10])(int) 表示的是什么?
复制链接
扫一扫
分享
举报
写回复
配置赞助广告
3 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
Learn-anything
2008-04-07
打赏
举报
回复
两兄弟都答的正确,就把分平分给你们了。呵呵
ttkk_2007
2008-04-06
打赏
举报
回复
//相当于
typdedef int (*A)(int);
A a[10];
HelloDan
2008-04-06
打赏
举报
回复
a为指向函数的指针数组,这个函数的返回值是int
相关推荐
DB
Help
er.cs
help
you!
help
you!
help
you!
help
you!
help
you!
help
you!
help
you!
vi/vim: 剑不离手 – quickfix
本节所用命令的帮助入口: :
help
quickfix :
help
:make :
help
'makeprg' :
help
'errorformat' :
help
'switchbuf' :
help
location-list :
help
grep :
help
:vimgrep :
help
:grep :
help
starstar-wildcar...
vim 使用进阶 转载(一)
:
help
ins-completion :
help
compl-omni :
help
'omnifunc' :
help
i_CTRL-X_CTRL-O :
help
ins-completion-menu :
help
popupmenu-keys :
help
'completeopt' :
help
compl-omni-filetypes :
help
omnicppcomplete.txt
vim:quickfix make
vi/vim使用进阶: quickfix :
help
quickfix :
help
:make :
help
'makeprg' :
help
'errorformat' :
help
'switchbuf' :
help
location-list :
help
grep :
help
:vimgrep :
help
:grep :
help
starstar-wildcard 以前读武侠小说,看...
QuickFix
本节所用命令的帮助入口: :
help
quickfix :
help
:make :
help
'makeprg' :
help
'errorformat' :
help
'switchbuf' :
help
location-list :
help
grep :
help
:vimgrep :
help
:grep :
help
starstar-wildcard 以前读武侠小说,看到武林高
发帖
C++ 语言
C++ 语言
C++ 语言相关问题讨论,技术干货分享,前沿动态等
复制链接
扫一扫
6.3w+
社区成员
25.0w+
社区内容
C++ 语言相关问题讨论,技术干货分享,前沿动态等
c++
技术论坛(原bbs)
社区管理员
加入社区
获取链接或二维码
帖子事件
创建了帖子
2008-04-06 10:56
社区公告
请不要发布与C++技术无关的贴子
请不要发布与技术无关的招聘、广告的帖子
请尽可能的描述清楚你的问题,如果涉及到代码请尽可能的格式化一下