gpt4 book ai didi

c++ - 如何将值从 ostringstream 复制到字符串?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:55:46 24 4
gpt4 key购买 nike

我试过了:

ostringstream oss;
read a string from file and put to oss;
string str;
str << oss.str();// error here "error: no match for ‘operator>>’ in 'oss >> str' "

如果我使用 str = oss.str();它没有打印字符串的值,而是打印出 "...0xbfad75c40xbfad75c40xbf...." likes memory address.
谁能告诉我为什么?谢谢。

最佳答案

string str = oss.str(); // this should do the trick

关于c++ - 如何将值从 ostringstream 复制到字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5092152/

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