显式关闭文件-C++文件流
显式关闭文件ifstream fin(“test.dat”,ios::in); fin.close(); ofstream fout(“test.dat”,ios::out); fout.close();
文件大小:593KB
评论区