To read any file, you have to open the text file using file pointer. fpReadFile = fopen("sampleFile.txt", "r");; Run a loop until it reaches EOF (end of file).
確定! 回上一頁