gpt4 book ai didi

c++ - fun(...) 和 (*fun)(...) 在 C/C++ 中使用函数指针有什么区别

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:31:32 27 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How come pointer to a function be called without dereferencing?
How does dereferencing of a function pointer happen?

假设我有一个像这样的函数指针:

void fun() { /* ... */ };
typedef void (* func_t)();
func_t fp = fun;

然后我可以通过以下方式调用它:

fp();

(*fp)();

有什么区别/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com