真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

c++字符串分割,包含空格和一些特殊漢字-創(chuàng)新互聯(lián)

c++ 字符串分割,包含空格和一些特殊漢字,適用于vs c++,c++ builder,

為瀍河等地區(qū)用戶提供了全套網(wǎng)頁設(shè)計制作服務(wù),及瀍河網(wǎng)站建設(shè)行業(yè)解決方案。主營業(yè)務(wù)為成都網(wǎng)站制作、成都網(wǎng)站建設(shè)、瀍河網(wǎng)站設(shè)計,以傳統(tǒng)方式定制建設(shè)網(wǎng)站,并提供域名空間備案等一條龍服務(wù),秉承以專業(yè)、用心的態(tài)度為用戶提供真誠的服務(wù)。我們深信只要達(dá)到每一位用戶的要求,就會得到認(rèn)可,從而選擇與我們長期合作。這樣,我們也可以走得更遠(yuǎn)!

一些漢字查找會出現(xiàn)亂碼,導(dǎo)致分割異常,把std::string改成std::wstring

std::vectorsplit(std::wstring str, std::wstring pattern)
{
?std::string::size_type pos;
?std::vectorresult;
?str += pattern;
?int size = str.size();
?for (int i = 0; i< size; i++)
?{
??? ?pos = str.find(pattern, i);
??? ?if (pos< size)
??? ?{
??? ??? ?std::wstring s = str.substr(i, pos - i);
??? ??? ?result.push_back(s);
??? ??? ?i = pos + pattern.size() - 1;
??? ?}
?}
?return result;
}

?TStringList *pList = new TStringList();
?String strSource;// = "1~硚口";
?strSource =AStr;
?WideString wstr = strSource.c_str();
?WideString p = "~";
?vectorv;
?wstring str2 =wstr.c_bstr();
?v = split(str2, p.c_bstr());

?for (vector::iterator it = v.begin(); it != v.end(); it++)
?{
??? ?std::wstring str= *it;
??? ?pList->Add(str.c_str());
?}

你是否還在尋找穩(wěn)定的海外服務(wù)器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機房具備T級流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確流量調(diào)度確保服務(wù)器高可用性,企業(yè)級服務(wù)器適合批量采購,新人活動首月15元起,快前往官網(wǎng)查看詳情吧


分享題目:c++字符串分割,包含空格和一些特殊漢字-創(chuàng)新互聯(lián)
分享地址:http://weahome.cn/article/pgjhc.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部