The trick is to use fscanf to get your data. Say, fscanf(file,"%[^ \n\t\r]s",line); will read all characters ...
確定! 回上一頁