我在课程讲座的第 1:06分钟就提出了这段代码.它有什么作用?
int (*cmp)(char*, char*);
Run Code Online (Sandbox Code Playgroud)
当你阅读C声明你必须阅读他们butrophedonically(古希腊的石头写作常用的方法).
pointer to
function that
has (char*, char*) type parameters as input
and int as output
Run Code Online (Sandbox Code Playgroud)
编辑:
| 归档时间: |
|
| 查看次数: |
200 次 |
| 最近记录: |