摘要: filePath = 文件绝对路径std::locale loc = std::locale::global(std::locale("")); std::ostream* logFile = new std::ofstream(filePath) std::locale::global(std::locale(loc )); 阅读全文
posted @ 2011-03-29 15:42 skydesign 阅读(2046) 评论(0) 推荐(0)