C字符串连接的问题
#include<iostream>#include<cstring>usingnamespacestd;voidmain(){char*temp="Host:";str...
#include <iostream>
#include <cstring>
using namespace std;
void main()
{
char* temp="Host:";
strcat(temp,"www");
cout<<temp;
}
很简单的东西,为什么编绎没问题,但一运行就有异常。
这是怎么回事,怪了,请高手解答。 展开
#include <cstring>
using namespace std;
void main()
{
char* temp="Host:";
strcat(temp,"www");
cout<<temp;
}
很简单的东西,为什么编绎没问题,但一运行就有异常。
这是怎么回事,怪了,请高手解答。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询