gpt4 book ai didi

c++ - 使用 C++ 写入函数内部的 ostream

转载 作者:太空宇宙 更新时间:2023-11-04 15:27:28 26 4
gpt4 key购买 nike

考虑以下函数:

void writer(ofstream &output) {
output << "a string to write" << endl;

}

但是当我尝试调用它时,我得到一个错误,“<<”未定义。我该如何解决这个问题?

最佳答案

添加#include <fstream>或更改 ofstreamostream

很可能您缺少包含,因此 ofstream 仅向前声明。

关于c++ - 使用 C++ 写入函数内部的 ostream,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5278277/

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