gpt4 book ai didi

c++ - 除了使用 ofstream 将数据写入 C++ 中的 .txt 文件之外的任何其他方式

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

<分区>

我尝试使用 ofstream 将数据写入 OMNET++ 中的 .txt 文件,如下所示,包括 iostreamfstream:

ofstream myfile;
myfile.open ("example.txt");
myfile << "Writing this to a file.\n";
myfile.close();

但是 OMNET++ 没有解析 openclose 函数。

除了 ofstream 之外,有人可以建议任何其他方式来实现在 C++ 中读取和写入数据到 .txt 文件的相同任务吗?

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