标签: c++
如果使用std::filebuf,是否还有以下功能? :
std::filebuf
std::ifstream::eof std::ifstream::fail std::ifstream::tellg
如果是,哪个?
答案 0 :(得分:3)
没有。这些事情与 streams 有关,而不是那些流使用的数据缓冲区。
std::ifstream的全部目的是在std::filebuf之上添加类似的功能。
std::ifstream