... if this name buffer is empty then copy name into it if (buf[i][0] == '\0') { using namespace std; strncpy(buf[i], name, NAME_LENGTH-1); ...
確定! 回上一頁