How do I create my own ostream/streambuf?...
Read Moreasio::async_read_until: robust and graceful way of handling multiple lines...
Read MoreHow to read from Boost ASIO streambuf?...
Read MoreWriting char* into a basic_streambuf and assign it to a ifstream...
Read MoreHow to create a C++ streambuf object from a C FILE*, sharing its buffer (and buffer state) with the ...
Read MoreInheriting from std::basic_streambuf to write to a socket...
Read MoreSend the last line of cout to a window...
Read Moreint_type not naming type frustration...
Read Morerdbuf(...) returns a pointer -- who owns the buffer pointed to?...
Read MoreCustom input stream. Stream buffer and underflow method...
Read MoreC++ streams confusion: istreambuf_iterator vs istream_iterator?...
Read MoreProblems with writing a custom streambuf for gzipped streams...
Read MoreBlock-level copying of data between streambuffers...
Read MoreCustomize streambuffer for C++ ostream...
Read Moreistream::tellg() returns -1 when used with my custom streambuf class?...
Read MoreDeriving from streambuf without rewriting a corresponding stream...
Read MoreC++ STL streambuf exception handling...
Read MoreDeriving from `boost::asio::streambuf`...
Read MoreCustom streambuffer in std::ofstream...
Read Moreboost streambuf consume and commit, what is it...
Read Moreinitializing a C++ std::istringstream from an in memory buffer?...
Read Morestd::stringstream buffer manipulation...
Read Morepreload cin with a string of commands...
Read MoreBoost streambuf to const char* with buffer_cast vs std::string vs ostringstream...
Read MoreAdvantage of asio::streambuf over raw array...
Read MoreWhy don't inherit from ifstream...
Read MoreIs it possible to change ostringstream rdbuf?...
Read More