سلام. هنگام اجرای کد، ارور دریافت میکنم؛
کد:
#include <iostream>
using namespace std;
int main()
{
ofstream f1;
return 0;
}
ارور:
work_with_files.cpp: In function ‘int main()’:
work_with_files.cpp:6:14: error: aggregate ‘std::ofstream f1’ has incomplete type and cannot be defined
6 | ofstream f1;