Topic: Files and Streams
Codes discussed will be posted here. Write your conclusion
File name: "Ch5_EOFControlledLoop.cpp"
Code:
*Note: Use the site below to view the file and code
https://drive.google.com/file/d/1iDtEPjk5xGcSKpFmlM4LQym-VFp8ptBz/view?usp=sharing
Files enable one to create a new file or open an existing file.
The file can then be opened in read, write , append , or read and write mode.
Error handling are used to check if the file exists.
After using the file, it is closed.
Comments
Leave a comment