摘要:
string s("some string");//将string中第一个单词改成大写~~for( decltype(s.size()) index=0; index!=s.size&&!isspace(s[index]); index++;){ s[index]=toupper(s[index]... 阅读全文
posted @ 2014-05-18 22:16
奋斗牛小二
阅读(85)
评论(0)
推荐(0)
浙公网安备 33010602011771号