C++ fstream 头
-
定义
fstream 头提供文件流类。来操作文件IO -
类模板
类模板 basic_ifstream basic_ofstream basic_fstream basic_filebuf -
类
窄字符(char)类 ifstream ofstream fstream filebuf 宽字符(wchar_t)类 wifstream wofstream wfstream wfilebuf