首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
LSW734371815的代码贴
→
全部
[C++]LSW734371815 贴于 2012-02-25 13:46:56
#include<iostream>
#include<cstring>
using namespace std;
int main()
{
const char *cp1="hello world";
const char *cp2="thank you very much";
strcat(cp1,cp2);
cout<<cp1<<endl;
return 0;
}
阅读全部
| 2012年2月25日 21:46
1
LSW734371815
全部(1)
C++(1)