List Question
20 TechQA 2024-03-19T10:37:02.510000This program is not \n terminating and keep taking input
35 views
Asked by Ehsan Ullah
Splitting a string with using a custom delimiter in c++ using cin
43 views
Asked by Dylan Walt
cin is not working in a Do..While loop, program is crashing directly after start
70 views
Asked by LostSicilian
Why does the expression !(cin>>word) cause infinite recursion?
121 views
Asked by Z.T.
A question about cin (two calls for one input?)
139 views
Asked by Demihm Seinname
Read two floats with delimiting characters
50 views
Asked by Maverick447
Why won't my input be displayed from an array of structure?
84 views
Asked by Rae
A question about the standard input stream std::cin and how it parses out double and ints
81 views
Asked by FroggyIsDank5
eofbit not set with clear in C++98
75 views
Asked by Mister Lixam
Difference between cin and cin.get
62 views
Asked by i_need_help
cin.ignore(), cin.ignore(1, '\n') and scanf("\n")
69 views
Asked by Bắc
Why i am getting output in cout (0 16) even i dont enter any input value in cin
67 views
Asked by Khan Zahid Rasheed Raja
cin and cin.ignore() doesn't work properly
73 views
Asked by Elio Baharan
When I enter 2 integer inputs with a space it jumps to the second cin function
50 views
Asked by Talha Eren
What is the name of the data member of an object "cin" which stores an input data in C++?
109 views
Asked by Thang Tons
Why my MPI program doesn't wait for input?
125 views
Asked by Oleg
cin.ignore.get() causing my program to stuck on input
48 views
Asked by SanguineL
Surprising results when reading a bool with std::cin and entering decimal numbers as input
60 views
Asked by user22526026