Search code examples
How to implement custom std::streambuf's seekoff()?...


c++istreamseekstreambuf

Read More
How to get part of a std::string into a streambuf without copying?...


c++boostboost-asiostdstringstreambuf

Read More
What can go wrong if cout.rdbuf() is used to switch buffer and never set it back?...


c++fstreamundefined-behaviorstreambuf

Read More
Sanity check: Does returning !EOF from streambuf-derived class' overflow function make sense?...


c++c++17streambuf

Read More
DPDK: compilation error while freeing MBUF...


dpdkstreambuf

Read More
Writing a custom input manipulator...


c++istreamstreambufmanipulators

Read More
Where can I find a reference to the function write?...


c++unistd.hstreambuf

Read More
How to add argument to stream buffer c++...


c++argumentsoperatorsstreambuf

Read More
Copy a streambuf's contents to a string...


c++stringboostboost-asiostreambuf

Read More
How can I read from memory just like from a file using wistream?...


c++visual-c++memorymemorystreamstreambuf

Read More
How to create stream which handles both input and output in C++?...


c++iostreamc++-faqstreambuf

Read More
How to prevent `std::cin` or `\n` from flushing the buffer of `std::cout`?...


c++ioiostreamstreambuf

Read More
Redirecting from standard output to custom stream during program execution...


c++stringstreamstdstreambufostringstream

Read More
Reading from serial port with Boost Asio...


c++serial-portboost-asiostreambuf

Read More
CRTP call child function in destructor of parent...


c++c++11iostreamstreambuf

Read More
C++ how to write a ifstream for multiple files?...


c++istreamstreambuf

Read More
boost::asio read n bytes from socket to streambuf...


c++boostboost-asioboost-serializationstreambuf

Read More
std::clog wrapper with color and header fails to print integers properly...


c++iostreamcoutstreambuf

Read More
Create a logging object with std::stream interface...


c++ostreamstreambuf

Read More
C++ istreambuf_iterator template parameter...


c++streambufistream-iterator

Read More
Taking ownership of streambuf/stringbuf data...


c++iostreamostreamstreambuf

Read More
Difference between "internal" vs "associated" stream buffer...


c++iostreamstreambuf

Read More
Return boost streambuf from function...


c++booststreambuf

Read More
How to copy streambuf to unsigned char array?...


c++booststreambuf

Read More
How does this one stream command read in an entire file in c++?...


c++ifstreamstringstreamstreambuf

Read More
Using Boost asio to receive commands and execute them...


c++boostboost-asioistreamstreambuf

Read More
Extending std::cout...


c++winapicoutostreamstreambuf

Read More
Does `basic_streambuf` create its own get/put areas if you don't do it in a derived class implem...


c++streambuf

Read More
Using std::endl on an ostream makes my file binary...


c++c++14ostreamstreambuflibzip

Read More
Using streambuf when sending/getting struct...


c++boost-asiostreambuf

Read More
BackNext