Search code examples
Why C++ compiler doesn't provide overloaded inserter & extractor functions for class?...


c++operator-overloadingiostreamostreamistream

Read More
ostream operator overload for struct with map...


c++11dictionaryoperator-overloadingostreamistream

Read More
Create istream and ostream objects in C++...


c++objectiostreamostream

Read More
Modify contents of basic_ostream object in c++ or, deleting data contents of basic_ostream object...


c++streamostream

Read More
std::iostream read or write with count zero and invalid buffer...


c++c++11iostreamostreamistream

Read More
Does the return type of the C++ stream insertion operator need to be an std::ostream?...


c++operator-overloadingostream

Read More
Imitating fortran print and write syntaxes in C++...


c++fstreamostream

Read More
C++ avoiding newline with cout <<...


c++ioostream

Read More
C++ ambigous overload for generic template ostream << operator...


c++templatesc++11ostreamenable-if

Read More
How to convert a vector<int> to string in C++...


c++stringvectoriteratorostream

Read More
Overloading fstream << operator to save "any" kind of data...


c++saveoperator-overloadingostream

Read More
why is std::cout convertible to void* if using g++?...


c++pointersimplicit-conversionostream

Read More
Why I cannot put this operator overload in the same namespace as the struct?...


c++operator-overloadingostream

Read More
Error C2679: binary '<<' : no operator found (vector iterators used)...


c++operator-overloadingoperator-keywordcoutostream

Read More
Why does < instead of << in stream output still compile?...


c++implicit-conversionostream

Read More
Standard Library function to convert an object providing operator<< to a std::string...


c++c++11iostreamstdstringostream

Read More
c++ polynomial copy-constructor and ostream override cause memeory leaks?!...


c++operator-overloadingcopy-constructorostream

Read More
is it possible to override the c++ operator<< for a struct in a header file?...


c++headerostream

Read More
C++ <<operator overloading with same type...


c++operator-overloadingostream

Read More
How to test for std::showbase or std::noshowbase in output operator?...


c++ostreamiomanip

Read More
Are std::showbase and std::showpos mutually exclusive?...


c++iostreamostream

Read More
Non-member-function form for insertion operator...


c++operator-overloadingostream

Read More
Overloading operator<<(ostream&, T) where T is "enum class MyEnum"...


c++c++11operator-overloadingostream

Read More
C++: Error outputting a custom hash key value from unordered_map to std::cout...


c++hashunordered-mapostream

Read More
Overloading ostream operator (<<) for class defined within a namespace...


c++namespacesoperator-overloadingostream

Read More
ostream operator<< not working properly...


c++arraysprintinghashtableostream

Read More
Connecting two streaming functions c++...


c++streamiostreamostreamistream

Read More
Aren't the words ostream and istream switched in the text below?...


c++c++11ostreamistream

Read More
Cannot write across a Linux pipe with istream and ostream pointers...


c++linuxpipeostreamistream

Read More
Deleting from a file C++...


c++fstreamostream

Read More
BackNext