转 boost algorithm 学习

再转 #include using namespace std; using namespace boost; 一:大小写转换 1 to_upper() 将字符串转为大写 Example: string str1(" hello world! "); to_upper(str1); // str1 == " HELLO WORLD! " 2 to_upper_copy() 将字...
posted @ 2008-03-04 10:53  owomo  阅读(338)  评论(0编辑  收藏  举报