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: 1352 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: about stream classes for file operations in C++  stream classes for file operations in c++  C++ classes for file stream operations  stream classes for console operations in c++  various stream classes for console operations in c++  DETAILS OF FILE STREAM CLASSES IN C++  stream classes of file handling using c++  stream classes in c++   Stream classes in C++  stream classes c++  DEC C++ Stream Classes  various stream classes used in C++  C++ hierarchy stream classes  tutorials, stream classes used in C++   console stream classes  hierarchy of c++ stream classes  Hierarchy for Stream classes  Hierarchy for Stream classes c++  hierarchy of stream classes in C++  stream classes hierarchy + C++