thuy linh
Trả lời 14 năm trước
Để đọc và xuất file trong ngôn ngữ C thường dùng các class sau:
* ofstream: Stream class to write on files
* ifstream: Stream class to read from files
* fstream: Stream class to both read and write from/to files.
Bạn có thể tham thảo thêm và mã nguồn của chương trình tại [blue]http://www.cplusplus.com/doc/tutorial/files.html[/blue]