Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iostream

Will C++0x RValue references or other features will have an impact on streams performance?

c++ c++11 iostream

Creating a new file avoiding race conditions

c++ c iostream stdio

How do I format a floating point value so that it never uses exponent notation nor has trailing zeros?

How to get a file descriptor from a std::basic_ios for clang on OS X?

istream and ostream with shared streambuf mutually thread-safe for duplex I/O?

Why does std::ios_base::ignore() set the EOF bit?

c++ c++11 std iostream

Reinterpret a narrow (char) input stream as a wide (wchar_t) stream

Replacing printf("%g", value) with a stream manipulation

c++ iostream

Should std::ws raise failbit at end of file?

How to read numeric data as uint8_t [duplicate]

c++ iostream

How to write a streaming 'operator<<' that can take arbitary containers (of type 'X')?

c++ templates stl iostream

Using std::ostream as argument to a print function

c++ iostream ostream

boost::filtering_streambuf with gzip_decompressor(), how to access line by line from file

how many bytes actually written by ostream::write?

c++ buffer iostream

How to store formatting settings with an IOStream?

c++ iostream istream ostream

Why do streams still convert to pointers in C++11?

c++ c++11 g++ std iostream

why don't STL ifstream and ofstream classes take std::string as filenames?

c++ stl iostream

Reading a single character from an fstream?

c++ file-io iostream fstream

Is the inconsistency of C++'s istream::eof() a bug in the spec or a bug in the implementation?

c++ iostream

In C++, where is std::cin object defined?

c++ iostream