List Question
20 TechQA 2023-12-22T15:23:05.600000Visual Studio 2019: Strange behavior in c++ stream implementation
111 views
Asked by malat
Is it okay to initialize a std::iostream with a NULL streambuf?
119 views
Asked by user3188445
Sanity check: Does returning !EOF from streambuf-derived class' overflow function make sense?
119 views
Asked by Niko O
Writing to the stream buffer of a string stream overrides the previous data
256 views
Asked by Parviz Pirizade
SIGSEGV fault triggered by streambuf when used in multithread environment
181 views
Asked by jackxie
What does the "deprecated in C++98" indicate?
105 views
Asked by John
Writing a custom input manipulator
444 views
Asked by nameses
Where can I find a reference to the function write?
87 views
Asked by f ckx
How to create customized ostream / streambuf classes for flexible output stream?
1.1k views
Asked by f ckx
Create a streambuf from const char* WITHOUT boost?
636 views
Asked by Captain'Flam
DPDK: compilation error while freeing MBUF
378 views
Asked by Jimmy
Boost Asio: Strange when use streambuf and async_write in mutl-thread
276 views
Asked by junya
How can I specify the boost::asio::streambuf bufferstrm size globally
281 views
Asked by azharuddin khan
C++ std::streambuf::pubseekpos(): check if random access is supported
134 views
Asked by tomoyo255
Fail while redirect a std::ofstream to std::cout
103 views
Asked by ivanovIAVD
How to add argument to stream buffer c++
265 views
Asked by Goozzi
How to prevent `std::cin` or `\n` from flushing the buffer of `std::cout`?
574 views
Asked by Giogre
How to create stream which handles both input and output in C++?
2.6k views
Asked by Akib Azmain Turja
Why do is the content of a buffer deleted, when it reads an empty rdbuf?
86 views
Asked by User12547645
How to create streambuf with array of unsigned char in C++
1k views
Asked by user5005768Himadree