
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
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
1 / 1
This page cannot be seen from the preview
Don't miss anything!
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.