C++ ifstream/ofstream/fstream

10 阅读1分钟

ifstreamofstreamfstream都是头文件.

  • ifstream读i;
  • ofstream写o;
  • fstream读写fstream。