Search code examples
How can I properly overload the << operator for an ostream?...

c++namespacesoperator-overloadingiostreamostream

Read More
Using boost::iostreams::tee_device?...

c++streamiostreamboost-iostreams

Read More
Redirect cin to a string...

c++iostream

Read More
Is `clog` buffered?...

c++bufferiostream

Read More
How do I get my Hex String to include intermediate zeroes in C++?...

c++c++17uuidiostreamiomanip

Read More
Why does std::getline() skip input after a formatted extraction?...

c++inputiostreamgetlineistream

Read More
c++ getline() isn't waiting for input from console when called multiple times...

c++user-inputiostreamgetline

Read More
Why does a std::getline call on std::cin not wait for user input?...

c++user-inputiostreamcingetline

Read More
std::cout won't print...

c++debuggingbufferiostreamcout

Read More
Why is there no << overload for printing std::byte?...

c++c++20stdoutiostreamstd-byte

Read More
How do the std::left and std::right I/O manipulators work, and why are they used in the way they are...

c++iostreamiomanip

Read More
Surprising results when reading a bool with std::cin and entering decimal numbers as input...

c++booleanvisual-studio-2022iostreamcin

Read More
Surprising result when reading int_fast8_t from std::cin...

c++iostreamcstdint

Read More
Set std::boolalpha flag in header file?...

c++iostream

Read More
Endline character problem in reading files...

c++importbufferiostream

Read More
How to print class object using operator<<...

c++classobjectvectoriostream

Read More
C++ How do I make sure file is not overwritten between program runs when adding new contacts to a co...

c++iostream

Read More
Why does "std::cout << char() << std::endl;" not even print a new line on Comp...

c++iostreamline-breakscoutcompiler-explorer

Read More
Why function pointer address is printing in bool type in c++?...

c++function-pointersiostreamcout

Read More
uint8_t iostream behavior...

c++c++11iostream

Read More
Insert multiple inputs on one line in C++...

c++inputiostream

Read More
Redirecting standard input of console application...

c#processiostreamio-redirection

Read More
Can't use operator<< with std::float128_t; how do I print it?...

c++x86-64iostreamc++23stdfloat

Read More
Full precision display of floating point numbers in C++?...

c++floating-pointiostreamfloating-point-precisioniomanip

Read More
What does the "c" mean in cout, cin, cerr and clog?...

c++iostreamstandard-library

Read More
What is optimal size of iostream::rdbuf() for heavy writing application?...

c++iostream

Read More
How to cast to a shared_ptr<std::ofstream> from std::shared_ptr<boost::iostreams::stream&lt...

c++boostiostreamboost-iostreams

Read More
How can I compose output streams, so output goes multiple places at once?...

c++booststreamiostreamtee

Read More
Why cout.flags() & std::ios_base::right prints 0 even though by default the output is right alig...

c++language-lawyeriostreamcoutbitflags

Read More
C++ Is there any way to make a program run faster?...

c++performanceloopsiostream

Read More
BackNext