This is not a Wikipedia article: It is an individual user's work-in-progress page, and may be incomplete and/or unreliable. For guidance on developing this draft, see Wikipedia:So you made a userspace draft. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
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
edit- ^ "Compiler". Wikipedia. Retrieved 31 December 2015.
External links
edit