Creating a substreambuf to read from an existing istream...
Read MoreIncompatible destructor compiler warning when from inheriting from std::streambuf...
Read MoreImplementing std::basic_streambuf subclass for manipulating input...
Read Morestd::istreambuf_iterator "peek" with std::ifstream...
Read Moreboost.asio - set maximum read stream size...
Read MoreUse multiple ofstreams to write to a single output file in c++...
Read MoreWhat is wrong with my implementation of overflow()?...
Read MorePassing from ostringstream to istringstream and to file...
Read MoreTricks to pass from a ostringstream to a istringstream...
Read MoreHow does the buffer know how many characters to transfer from the external file during a flush opera...
Read MoreImplementation-defined synchronization of file streams - Why?...
Read MoreLimit std::filebuf to file inside (archive) file...
Read Moreredirect std::cout to a custom writer...
Read Morec++ IPC through streambuf on Windows...
Read Moreboost iostreaming filter gets empty values...
Read MoreDeriving streambuf or basic_ostringstream?...
Read MoreC++ How to determine and report offset for current position in binary file using pubseekoff?...
Read MoreCannot set the streambuf of an ostringstream object...
Read MoreWriting a manipulator for a custom stream class...
Read MoreWhy basic_streambuf::pubseekoff() is not a pure virtual function?...
Read MoreIs it possible to make streams of non-POD types?...
Read Moreboost::asio::streambuf shrink-to-fit?...
Read MoreReading Binary Data with streambuf in C++ through a Class...
Read Morecout a stringstream twice ends up in corrupted cout (minimal example)...
Read Morestreams, stream_bufs, codecvt facets and \n to \r\n translation...
Read MoreUse streambuf as buffer for boost asio read and write...
Read Moreboost asio streambuf don't release memory after calling consume?...
Read More