gpt4 book ai didi

c++ - char * 是什么意思

转载 作者:太空狗 更新时间:2023-10-29 19:38:13 26 4
gpt4 key购买 nike

所以...假设我有一个这样的函数...

int function( const char *c )
{
//do something with the char *c here...
}

char *c 是什么意思?我想我一般都知道字符,但我不明白 * 的作用......或者它如何改变含义。

最佳答案

表示这是一个指向char类型数据的指针。

关于c++ - char * 是什么意思,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5710703/

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