logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ios::nocreate和ios::noreplace

The ios::nocreate setting did not make it into the ISO 14882:1998 C++     standard. Too platform specific.     You can simulate that behavior with:     fstream foo("foo.txt", ios_base::in);

#ios
到底了