gpt4 book ai didi

c++ - 字符串变量作为函数的输入

转载 作者:行者123 更新时间:2023-11-28 06:33:30 25 4
gpt4 key购买 nike

我有一个函数

getText();

它是这样工作的

getText("This is a really nice text");

但是这样不行

std:string myString = "Also a nice text";
getText(myString);

为什么?

最佳答案

我认为你的函数声明可能是这样的 => "getText(char *parameter)"

如果你的函数声明是这样的=> "getText(std::string parameter) "

它应该可以工作

关于c++ - 字符串变量作为函数的输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27145504/

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