c++學習筆記---string中replace函數的使用

 /*  * 去掉源字符串中全部子字符串「AB」  */ #include <iostream> #include <string>ios using namespace std;算法 int main(int argc,char * argv) {    string src = "ABHelloAB ABWordAB";  string  ReStr("AB");  int index = -
相關文章
相關標籤/搜索