Data File Handling - NR
Data File Handling - NR
AA
Guided by:
N Rakhesh
AA
PGT (Comp. Science)
Kendriya Vidyalaya Railway Colony
AA Bangalore
Topics - Agenda
• Introduction
• Opening & closing of files
• Stream state member functions
• File operations
• Binary file operations
• Random access file operations
• CBSE Question Pattern from this topic
• Conclusion
☼
☼
Summary
• Files in C++ are interpreted as a sequence of
bytes stored on some storage media.
• Bases classes are used to perform I/O
operations.
• The data of a file is stored in either
readable form or in binary code called as
text file or binary file.
• The flow of data from any source to a sink
is called as a stream.