Search code examples
std::istreambuf_iterator equality when using seekg...

c++stringstreamistreamistream-iteratorseekg

Read More
Is there a unget() method for putting back everything extracted by std::getline back into an istream...

c++istream

Read More
Why does `std::istream::seekg()` affect the behavior of `std::istreambuf_iterator`?...

c++c++11istream

Read More
No output from class method...

c++classistream

Read More
How to use libjpeg to read a JPEG from a std::istream?...

c++iostreamistreamlibjpeg

Read More
why is std::views::istream not exhausted with take_while...

c++istreamstd-rangesc++23

Read More
Why is istream/ostream slow...

c++performanceostreamistream

Read More
How to implement custom std::streambuf's seekoff()?...

c++istreamseekstreambuf

Read More
Why can't I use lazy_split_view with a istream view instead of a string_view?...

c++istreamstd-rangesc++23istream-iterator

Read More
C# and IStream.Read...

c#istream

Read More
Why does std::getline() skip input after a formatted extraction?...

c++inputiostreamgetlineistream

Read More
non-copying istringstream...

c++istreamistringstream

Read More
Std::istream& as function parameter...

c++istreamgeneric-function

Read More
Parsing only numbers from istream in C++...

c++parsinginputistream

Read More
C++ istream: Is gcount() always set after a read() even if it fails?...

c++istream

Read More
istream::getline return type...

c++file-ioifstreamgetlineistream

Read More
stringstream operator>> fails to assign a number in debug...

c++visual-c++iostreamstringstreamistream

Read More
Reading binary istream byte by byte...

c++binaryfilesistream

Read More
Operator>> overloading: "cannot bind 'std::istream {aka std::basic_istream<char&gt...

c++operator-overloadingistream

Read More
Using C++ filestreams (fstream), how can you determine the size of a file?...

c++filesizefstreamistream

Read More
How to mock method returning istream&?...

c++c++11googlemockistream

Read More
Correct syntax for operator >> overloading to members of nested class?...

c++classnestedoverloadingistream

Read More
How to print icmp packet (including all headers) in hex from istream in boost-asio example...

c++boostboost-asioistreamicmp

Read More
Writing a custom input manipulator...

c++istreamstreambufmanipulators

Read More
istringstream skip next (n) word(s)...

c++stdistreamistringstream

Read More
How to do is >> std::skipws >> through multiple indices of an array?...

c++iteratorfstreamistream

Read More
Whenever i use while(cin>>(var)) in my code, the istream gets stuck in error state...

c++error-handlingwhile-loopistream

Read More
What is an istream_view and when do I use one?...

c++rangec++20istreamistream-view

Read More
std::cin , unwanted behaviour. and how can I fix this?...

c++iostreamcinistream

Read More
How to call the function that accepts std::istream&...

c++listinputistream

Read More
BackNext