Search code examples
I don't understand why cin worked differently depending on when I took the input...

c++iostreamcincout

Read More
What exactly is streambuf? How do I use it?...

c++iostream

Read More
Use boost::filesystem with std::ifstream?...

c++boostiostream

Read More
Using std::ios_base::pword() in a thread-safe way?...

c++multithreadingthread-safetyiostream

Read More
C++ ostream overloading is not working, what am I doing wrong?...

c++operator-overloadingoperatorsiostream

Read More
Why are C++ STL iostreams not "exception friendly"?...

c++exceptionstliostream

Read More
Output a C array through ostream...

c++arraysiostream

Read More
How to use libjpeg to read a JPEG from a std::istream?...

c++iostreamistreamlibjpeg

Read More
Is it safe to output a NULL char to std::cout?...

c++stdoutiostreamnull-characternon-printing-characters

Read More
C++ Input/Output stream...

c++iostream

Read More
Why do i need to include "using namespace std" in my code...

c++inputnamespacesoutputiostream

Read More
Wrap subprocess' stdout/stderr...

pythonsubprocessstdoutiostreamstderr

Read More
The book "Accelerated C++: Practical Programming by Example". End-of-file indictation misu...

c++iostreamifstream

Read More
How does std::setprecision affect general floating-point formatting?...

c++formattingprecisioniostreamiomanip

Read More
How do I print a double value with full precision using cout?...

c++floating-pointprecisioniostreamcout

Read More
A question about the standard input stream std::cin and how it parses out double and ints...

c++stliostreamcin

Read More
How to output with 3 digits after the decimal point with C++ stream?...

c++floating-pointiostream

Read More
Printing the correct number of decimal places with cout...

c++floating-pointprecisioniostream

Read More
iostream linker error...

c++clinkeriostream

Read More
What's wrong with this stream buffer?...

c++iostream

Read More
eofbit not set with clear in C++98...

c++iostreamcingetlinec++98

Read More
What's the difference between std::endl and '\n'...

c++linuxiostreamendl

Read More
Equivalent of printf %g flag for stream output (e.g. for std::cout)?...

c++printfiostreamcout

Read More
Why does iostream take so much flash space on an MCU?...

c++microcontrolleriostreamcortex-m

Read More
How can I print 0x0a instead of 0xa using cout?...

c++ioiostreamiomanip

Read More
Why use endl when I can use a newline character?...

c++string-formattingiostreambuffering

Read More
FileBackedOutputStream use case (Guava)...

javaftpiostreamguavajava-io

Read More
How to write custom input stream in C++...

c++iostream

Read More
generic way to print out variable name in c++...

c++variablesprintfiostream

Read More
why am getting strange output "÷" when performing the simple follwoing c++ lines...

c++chariostreamcoutunsigned

Read More
BackNext