作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这是什么意思?
int * (*(*d)())[10];
我认为它可能是一个指向数组的指针,该数组包含 10 个指向返回 int 的函数的指针。我说得对吗?
最佳答案
cdecl.org告诉我们这是:
declare d as pointer to function returning pointer to array 10 of pointer to int
如果您下次遇到困难,我建议您直接使用该网站。
顺便说一下,如果这是您正在使用的真实代码中的声明,逃跑。
关于c++ - 不寻常的变量声明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21080294/
我是一名优秀的程序员,十分优秀!