标签: c++ file-handling
在下面的代码中,这些功能做什么,特别是.erase做什么?
ofstream output((filename.erase(filename.size()-4)).c_str(),ios::binary);