Another option would be to use the C type char * and allocate it with malloc or calloc ... string word; while(fscanf(infile,"%ms",&word) !=
確定! 回上一頁