How to read only half of a file?

前端 未结 0 811
小鲜肉
小鲜肉 2020-11-27 20:52

I open the file like this if I want to read the whole file

ifstream file;
file.open ("test.txt", ios :: binary);

But I want to get

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