gpt4 book ai didi

c++ - 如何使用 IStringStream 从文件中读取?

转载 作者:行者123 更新时间:2023-11-28 03:34:47 24 4
gpt4 key购买 nike

我需要使用字符串流从文件中读取表达式并将表达式转换为另一种形式。但是我无法弄清楚如何使用 Istringstream 从文件中读取行。谁能帮我解决#includes 和语法问题?谢谢

最佳答案

#include <fstream>

std::ifstream file("filename.txt");

StuffType stuff;
while(file >> stuff)
{
// If you are here you have successfully read stuff.
}

关于c++ - 如何使用 IStringStream 从文件中读取?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11286906/

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