- https://replit.com/@tony1966/c-test#ch12-file-hadling/Example01.c
- https://replit.com/@tony1966/c-test#ch12-file-hadling/Example02.c
- https://replit.com/@tony1966/c-test#ch12-file-hadling/Example03.c
- https://replit.com/@tony1966/c-test#ch12-file-hadling/Example04.c
- https://replit.com/@tony1966/c-test#ch12-file-hadling/Example05.c
練習題 :
- 請建立C程式使用scanf()函數輸入檔案名稱後,讀取文字檔案內容來計算總共有幾行,程式在讀完後可以顯示檔案的總行數。
https://replit.com/@tony1966/c-test#ch12-file-hadling/practice01.c - 請建立C程式使用scanf()函數輸入程式檔名後,讀取程式碼檔案內容後,在每一行程式碼前加上行號(如同本書內容顯示的範例原始程式碼),可以輸出成名為output.txt的文字檔案。
https://replit.com/@tony1966/c-test#ch12-file-hadling/practice02.c
作業 :
- 設計一個程式讀取一個文字檔, 然後將其中的 "t" 字元改成 "*" 字元後儲存到另一個文字檔.
沒有留言 :
張貼留言