gpt4 book ai didi

c++ - void指针函数的使用

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

<分区>

我一直在查看以下用于在 C++ 中将代码作为 pthread 执行的工作代码:

void * PrintHello(void * blank) { 
cout << "Hello World" << endl
}
...
pthread_create(&mpthread, NULL, PrintHello, NULL);

我想知道为什么我需要使用 void * 方法而不是 void 方法,并且参数也一样。为什么它们需要是指针,这种 void 方法和 void 争论的情况有什么区别。

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