Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

I/O Stream Classes and Buffer Base Classes in C++, Study Guides, Projects, Research of Computer Science

An overview of the various i/o stream classes and buffer base classes available in c++. It includes input stream classes like istream, ifstream, and istrstream, output stream classes like ostream, ofstream, and ostrstream, input/output stream classes like iostream and fstream, and stream buffer classes like streambuf, filebuf, strstreambuf, and stdiobuf. The document also mentions the predefined stream initializer class iostream_init.

Typology: Study Guides, Projects, Research

2016/2017

Uploaded on 11/15/2017

rishu28
rishu28 🇮🇳

3 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
iostream Class List
Abstract Stream Base Class
ios Stream base class.
Input Stream Classes
istream General-purpose input stream class and base class for other
input streams.
ifstream Input file stream class.
istream_withassign Input stream class for cin.
istrstream Input string stream class.
Output Stream Classes
ostream General-purpose output stream class and base class for other
output streams.
ofstream Output file stream class.
ostream_withassign Output stream class for cout, cerr, and clog.
ostrstream Output string stream class.
Input/Output Stream Classes
iostream General-purpose input/output stream class and base class for
other input/output streams.
fstream Input/output file stream class.
strstream Input/output string stream class.
stdiostream Input/output class for standard I/O files.
Stream Buffer Classes
streambuf Abstract stream buffer base class.
filebuf Stream buffer class for disk files.
strstreambuf Stream buffer class for strings.
stdiobuf Stream buffer class for standard I/O files.
Predefined Stream Initializer Class
Iostream_init Predefined stream initializer class.

Partial preview of the text

Download I/O Stream Classes and Buffer Base Classes in C++ and more Study Guides, Projects, Research Computer Science in PDF only on Docsity!

iostream Class List

Abstract Stream Base Class ios Stream base class.

Input Stream Classes istream General-purpose input stream class and base class for other input streams. ifstream Input file stream class. istream_withassign Input stream class for cin. istrstream Input string stream class.

Output Stream Classes ostream General-purpose output stream class and base class for other output streams. ofstream Output file stream class. ostream_withassign Output stream class for cout , cerr , and clog. ostrstream Output string stream class.

Input/Output Stream Classes iostream General-purpose input/output stream class and base class for other input/output streams. fstream Input/output file stream class. strstream Input/output string stream class. stdiostream Input/output class for standard I/O files.

Stream Buffer Classes streambuf Abstract stream buffer base class. filebuf Stream buffer class for disk files. strstreambuf Stream buffer class for strings. stdiobuf Stream buffer class for standard I/O files.

Predefined Stream Initializer Class Iostream_init Predefined stream initializer class.