喜欢美食, 旅行..
发布时间:2014-01-19 15:11:06
转载自 http://hi.baidu.com/bluecagali/item/90146384bfea25ebe496e0c6有时候用ifstream或ofstream打开带有中文路径的文件会失败。解决办法:1、使用C语言的函数设置为中文运行环境setlocale(LC_ALL,"Chinese-simplified");2、使用STL函数设置为系统语言环境std::locale::global(std::locale(""));.........【阅读全文】