//連同'\0',from字串複製到to字串
strcpy(char *to, const char *from)
strncpy(char *to, const char *from, size_t len)
2009年9月12日 星期六
C/C++筆記-strcpy複製字串
訂閱:
張貼留言
(
Atom
)
工作忙了,事情多了,越發越少,備忘錄就到這個段落吧!
//連同'\0',from字串複製到to字串
strcpy(char *to, const char *from)
strncpy(char *to, const char *from, size_t len)
0 意見 :
張貼留言