strcat_s使用問題

errno_t strcat_s(  char *strDestination,  size_t numberOfElements,   const char *strSource);spa 出現問題都是在第二個參數。第二個參數的大小是先後兩個字符串的和再加1,1是結束符大小。code 能夠使用strlen(char* buf);來獲取先後字符串的大小,再加起來+1.字符串 不能用sizeof(c
相關文章
相關標籤/搜索