User profile: clauderobi

User info
User name:clauderobi
History
Joined:
Number of posts:4
Latest posts:

Bug in std::streambuf::in_avail ??
Ok, so, is it fair to say: - if a stream has data, but the data is not buffered in an object (gptr ...

Bug in std::streambuf::in_avail ??
In any case, if I actually get the data, I do get the correct number of characters. char buffer[102...

Bug in std::streambuf::in_avail ??
Not sure what "get area" is or means. Not sure either what "can be read without making a virtual cal...

Bug in std::streambuf::in_avail ??
The following code: std::stringstream test; std::streamsize dataSize; test << ""; da...