c++ insert

#include #include web int main () { std::string str=“to be question”; std::string str2="the "; std::string str3=“or not to be”; std::string::iterator it; str.insert(6,str2); str.insert(6,str3,3,4); st
相关文章
相关标签/搜索