Jump to content

User:LAKSHMI TG/File handling in c++

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

File Handling in C++ Most computer programs work using files as they provide a permanent storage. Compiler [1]will read the source files and create the files of information. At the lowest level , it is interpreted as stream of bytes.In C++ file input/output operations are implemented through a component header file of C++ called as fstream.h.


References

  1. ^ "Compiler". Wikipedia. Retrieved 31 December 2015.