Search code examples
why do two getline() lead to no input?...

c++inputiostreamgetline

Read More
How many chars or characters , or bytes of data std::cout can output at once?...

c++outputiostreamcout

Read More
How to user input the array elements in c++ in one line...

c++arraysiostream

Read More
Reading subclass instance of superclass from iostream. How does >> operator know which subclas...

c++iostream

Read More
C++ minimum string width...

c++iostream

Read More
C++ exception specification for iostream operator overloading...

c++operator-overloadingiostreamnoexcept

Read More
Why do I have to press enter Twice?...

c++iostream

Read More
How to convert ostream into a string...

c++stringfunctioniostreamostream

Read More
What is the difference between ios::app and ios::ate?...

c++iostream

Read More
Check if << operator is applicable in overriding template context...

c++11templatesoperator-overloadingoverridingiostream

Read More
C++ Decorate basic_iostream classes...

c++stdfstreamiostream

Read More
‘std::ostream’ has no member named ‘close’...

c++iostream

Read More
How to append a string to a argv...

c++fileiostream

Read More
How can I detect if a type can be streamed to an std::ostream?...

c++templatesc++11iostreamtemplate-meta-programming

Read More
How to output a character as an integer through cout?...

c++iotype-conversioniostreamoutputstream

Read More
What's the difference between while(cin) and while(cin >> num)...

c++iostream

Read More
Wide char input stream std::wifstream is getting corrupt while deserializing object which was serial...

c++serializationiostreamcorrupt

Read More
C++ - Invalid operands to binary expression 'basic_ostream<char>'...

c++iostreamostream

Read More
How to read a number from a file and use it as a variable in C++?...

c++fstreamiostream

Read More
C++: Accepting user input until *two* blank lines are received...

c++inputiostream

Read More
Does std::ofstream guarantee the old open file will be closed if opening new one?...

c++c++11standardsfile-handlingiostream

Read More
C++20 Coroutines and iostream...

c++iostreamclang++c++-coroutine

Read More
Why can't std::endl be passed as a function argument?...

c++overloadingiostreamtemplate-argument-deduction

Read More
loop involving "cin.fail()" running multiple times...

c++inputiostreamcin

Read More
Reading from file inserting values into ints and chars C++...

c++iostreamifstream

Read More
Is there a way to check for duplicate lines within a file using Java?...

javafileduplicatesiostreamwriter

Read More
C++ custom stream...

c++microcontrolleriostreamcoutostream

Read More
std::cin >> c; gets ignored after reading numbers into array...

c++iostreamclion

Read More
Effective use of C++ iomanip library...

c++streamiostreamiomanip

Read More
How can I stream hexadecimal numbers with A-F (rather than a-f)?...

c++hexiostreamiomanip

Read More
BackNext