gpt4 book ai didi

c - 为什么需要取消引用 char 指针?

转载 作者:行者123 更新时间:2023-11-30 18:32:28 26 4
gpt4 key购买 nike

我不明白为什么必须在这里取消引用指针。 char *toParseStr = (char*)malloc(10); 有人有什么想法吗?

最佳答案

char *toParseStr = (char*)malloc(10);

此处没有取消引用,而是将 malloc 返回值强制转换为 char *。 Actor 阵容不是必需的,甚至应该避免。

要知道为什么应该避免强制转换:

http://c-faq.com/malloc/mallocnocast.html

关于c - 为什么需要取消引用 char 指针?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13463012/

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