Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in istream

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

istream eof discrepancy between libc++ and libstdc++

c++ istream libstdc++ libc++

Checking count of bytes read by istream::read()

c++ istream

input iterator skipping whitespace, any way to prevent this skipping

c++ istream

Is it reasonable to take std::istream&& as a argument?

FILE * and istream: connect the two?

c++ linux popen istream

Conveniently copy std::vector<unsigned char> to input stream (std::istream) object