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
相關文章
相關標籤/搜索