C++字符串分割
摘要:
//字符串分割函数std::vector split(std::string str,std::string pattern){ std::string::size_type pos; std::vector result; str+=pattern;//扩展字符串以方便操作 ... 阅读全文
posted @ 2014-10-08 20:46 iackjee 阅读(155) 评论(0) 推荐(0) 编辑
posted @ 2014-10-08 20:46 iackjee 阅读(155) 评论(0) 推荐(0) 编辑
posted @ 2014-10-08 13:39 iackjee 阅读(1944) 评论(0) 推荐(0) 编辑