C++ fstream 头

  • 定义

    fstream 头提供文件流类。来操作文件IO
  • 类模板

    类模板
    basic_ifstream
    basic_ofstream
    basic_fstream
    basic_filebuf
  • 窄字符(char)
    ifstream
    ofstream
    fstream
    filebuf
    宽字符(wchar_t)
    wifstream
    wofstream
    wfstream
    wfilebuf