Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in istream

substream from istream

c++ file istream

"carbon-copy" a c++ istream?

c++ parsing istream

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

c++ iostream istream libjpeg

istream extraction operator: how to detect parse failure?

c++ parsing istream

What's the difference between getline and std::istream::operator>>()?

c++ cin istream

How do I implement seekg() for a custom istream/streambuf?

c++ xml istream streambuf seekg

Calling putback() on istream multiple times

c++ istream

GCC 4.7 istream::tellg() returns -1 after reaching EOF

c++ istream

How can you pass an std::istream into a function in a way that allows to pass temporaries?

c++ istream

Parsing only numbers from istream in C++

c++ parsing input istream

istream::tellg() returns -1 when used with my custom streambuf class?

c++ istream streambuf

std::getline alternative when input line endings are mixed

Is this a compiler bug or it's my code?

c++ g++ clang istream clang++

Concurrency problems wih Boost Property tree

Find the end of stream for cin & ifstream?

c++ ifstream eof cin istream

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

c++ istream seek streambuf

Read from cin or a file

c++ istream

ifstream's operator>> to detect end of line?

Discrepancy between istream's operator>> (double& val) between libc++ and libstdc++

C++ how does While( cin >> x) work?

c++ operators cin istream