2013年6月5日
摘要: #include <algorithm>#include <string>std::string str = "Hello World";std::transform(str.begin(), str.end(), str.begin(), ::toupper); 阅读全文
posted @ 2013-06-05 12:40 chenkkkabc 阅读(365) 评论(0) 推荐(0) 编辑