Search code examples
Multiple insertions (<<) vs concatenating output (+)...


c++outputoperatorsostream

Read More
c++: I am not getting the right output (Noob Question)...


c++constructorscopeinitializationostream

Read More
ostream_iterator operator= fails on pair<int,int>, but works on wrapper class. Can't I ove...


c++templatesstliteratorostream

Read More
how to understand the default format of cout...


c++hexdecimalostream

Read More
C++: Unwanted Number Added to Output...


c++outputostream

Read More
C++ overloading the ostream and istream operators...


c++vectorstreamostreamistream

Read More
How to bypass a << calling as if "#ifndef DEBUG" macro in c++?...


c++macrosiostreamostreamconditional-compilation

Read More
Troubles with string and double, get another number after equating...


c++stringcharintostream

Read More
Are there any exceptions to const char*?...


c++stringpointersostream

Read More
error: expected ‘;’ before ‘generationString’...


c++outputostream

Read More
c++ cout redirected to file works slower than using ofstream...


c++coutostream

Read More
How to cooperate boost.log and ostream?...


ostreamboost-log

Read More
Why does the insertion operator give a different result in std::cout when I use extra brackets witho...


c++c++11operatorscoutostream

Read More
Getting ostream's Insertion Operators...


c++templatesoperator-overloadingwrapperostream

Read More
ostream: class that outputs either on cout or on a file...


c++ostream

Read More
Overloading operator << , os gets a string...


c++stringclassoperator-overloadingostream

Read More
How to send ostream by socket in C++?...


c++socketsostream

Read More
Getting text data from C++ using JNI through std::ostream into Java...


javatextjava-native-interfacestreamostream

Read More
Unable to pipe template class to cout...


c++templatescompiler-errorsostreamc++98

Read More
Overloading the ostream operator for a class wrapping stringstream...


c++stringstreamostreamistream

Read More
How to get how many chars were written in a ostream with the operator<<? Or how to read what w...


c++stringostream

Read More
Error when try to save the content of a file using ostream...


c++operator-overloadingfstreamcoutostream

Read More
How can I create a new class to inherit ostream and use it as cout but with lock...


c++multithreadingcoutostream

Read More
Use boost bind to output map data...


c++boostostream

Read More
Need help in completing a function for sorting k sorted streams...


c++vectorostreamistream

Read More
How can I set up a map with string as key and ostream as value?...


c++dictionarystdmapostream

Read More
Can I throw a stream?...


c++exceptioniostreamostream

Read More
|9|error: invalid use of non-static data member 'Matrix::row' |9|error: array bound is not a...


c++matrixoperator-overloadingmatrix-multiplicationostream

Read More
What is the behavior of the C++ method ostream::exceptions(iostate state) supposed to be?...


c++exceptioniostreamostream

Read More
Why does std::ostream not compile when used in ternary operator?...


c++ternary-operatorostream

Read More
BackNext