20170912_字符串拷貝strcpy的實現

20170912_字符串拷貝strcpy的實現ios //strcpy(des,src)實現了把從src地址開始的且含有'\0'結束符的字符串複製到 //以des開始的地址空間內。 #include<iostream> #include<cstdio> #include<cassert> using namespace std; char *strCpy(char *des, const ch
相關文章
相關標籤/搜索