Problem with reading after writing files with fstream

后端 未结 0 1480
被撕碎了的回忆
被撕碎了的回忆 2020-11-22 00:45

The main problem with reading the file twice. the code is

std::fstream fs;
std::vector buffer1;
fs.open("a file location", std::fstream:         


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