2009年9月12日 星期六

C/C++筆記-strcpy複製字串

//連同'\0',from字串複製到to字串
strcpy(char *to, const char *from)
strncpy(char *to, const char *from, size_t len)

0 意見 :

張貼留言