C++ fstream 库(文件流)
C++ fstream 类
<fstream>
库提供用于读写文件或数据流的类。
在下表中可以找到一些有用的 fstream 类。
类 | 描述 |
---|---|
filebuf | 一个更低级别的文件处理类,在内部由 fstream 、ifstream 和 ofstream 类使用 |
fstream | 一个可以读写文件的类 |
ifstream | 一个可以从文件读取的类 |
ofstream | 一个可以写入文件的类 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]