请问连接2个字符串 除了用strcat 函数 还有其他方法吗 在线等解答 谢谢
help
说呀
while(*a++=*b++);
这个覆盖了……只能用来显示用。
string str1="123"; string str2="456"; str1.append(str2);
不过这种方法在用之前要如下: #include<iostream> #include<string> using namespace std;
呵呵 有点领悟啦
别用这种东东来误导人,你那个不是C!