导航

2014年11月30日

摘要: // convert string to wstringstd::wstring to_wstring(const std::string& str, const std::locale& loc = std::locale()){ std::vector buf(str.size()); std:... 阅读全文

posted @ 2014-11-30 21:25 ggzone 阅读(348) 评论(0) 推荐(0)

摘要: // convert string to wstringstd::wstring to_wstring(const std::string& str, const std::locale& loc = std::locale()){ std::vector buf(s... 阅读全文

posted @ 2014-11-30 21:25 ggzone 阅读(103) 评论(0) 推荐(0)