How to replace a file Content to a file that containing content without deleting the file(Overwrite)?

前端 未结 0 1868
梦谈多话
梦谈多话 2020-12-13 08:56

I first used

ofstream f("path",ios::out | ios::trunc | ios::binary );

for writing new data into it But,Guess what ? in recovery app

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