2010年6月13日

C++ String Split

摘要: #include <string>#include <vector>namespace Daniweb{ using namespace std; typedef string::size_type (string::*find_t)(const string& delim, string::size_type offset) const; /// <sum... 阅读全文

posted @ 2010-06-13 13:15 cy163 阅读(3830) 评论(0) 推荐(0) 编辑

一个类似Java String[] split(String regex)的VC++函数

摘要: http://hi.baidu.com/ccskun/blog/item/9c4d033219ab5bfe1b4cff41.html/cmtid/1ce9b84445d57e2dcffca3d3INT_PTR Split_CString(const CString& source,//需要截取的原字符串 CStringArray& dest,//分割后的字符串数组 const CS... 阅读全文

posted @ 2010-06-13 13:14 cy163 阅读(1090) 评论(0) 推荐(0) 编辑

导航