Networking, Programming and Graphics Tutorials

Stream classes for file operations - C++ [1/1]

Type:
Stream classes for file operations - C++
Level: Expert Networking, Programming and Graphics Tutorials Networking, Programming and Graphics Tutorials Networking, Programming and Graphics Tutorials 
Stream classes for file operations - C++
Date: 2006-Dec-12
Stream classes for file operations - C++
Visited: 1566 times
Stream classes for file operations - C++
Rating: Stream classes for file operations - C++
Stream classes for file operations - C++
Author: Alex Plumpton

Stream classes for file operations

Class Name Contents
filebuf Its purpose is to set the file buffers to read and write. Also contains close() and open() as members.
fstreambase Provides operations common th the file streams. Serves as a base for fstream. ifstream and ofstream classes. Contains openQ and close() functions.
ifstream Provides input operations. Contains open() with default input mode. Inherits the function ger(), getline(). read(). seekg() and tellg() functions from istream.
ofstream Provides output operations. Contain open() with default output mode. Inherits put(), seekg(), tellp and write() functions from ostream.
fstream Provides support for simulataneous input and output operations. Consider open() with default input mode. Inherits all the functions from istream and ostream through iostream.
Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - Stream classes for file operations - C++ [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: stream classes for console operations in c++  stream classes for console operations in c++  classes & File Operations in C++  file stream classes+C++  File Stream Classes  file stream classes in C++  File handling in C++ stream classes  File handling in C++ stream classes  different Stream classes available in c++  stream classes in c++