c++ ensure file ready after ofstream::close()

后端 未结 0 1372
甜味超标
甜味超标 2021-01-26 00:39

i am writing a large file to the os (macos)

    ofstream myfile_ofstream("myfile");
    // writing to the file
    myfile_ofstream.close();
    system(&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题