摘要:
想实现strcat功能,直接网上找一个。 第一种: #include "stdafx.h" #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { char s1[60]="kingbaby"; char *s2="... 阅读全文
posted @ 2013-09-02 17:53
yuan19
阅读(656)
评论(0)
推荐(0)