gpt4 book ai didi

c++ - 在 C++/CLI 中将托管 System::String 转换为 std::string

转载 作者:行者123 更新时间:2023-11-27 23:14:12 25 4
gpt4 key购买 nike

<分区>

我在将托管 System::String 转换为 C++/CLI 中的 std::string 时遇到问题。此代码不起作用,我不明白为什么:

string SolvingUnitWrapper::getName(String ^name)
{
pin_ptr<const wchar_t> wstr = PtrToStringChars(name);
ostringstream oss;
oss << wstr;
return oss.str();
}

谢谢

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