CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
cin
09-15
Net
Stop input loop when input is done | std::cin
09-11
Enterprise
I want to take inputs of 2d vector using ranged based for loop. How can i do?
09-10
OS
How can I add up the values of the individual digits in a string?
08-30
Mobile
cin is being ignored when another cin was previously used
07-25
Blockchain
Problems with cin and reading input
07-25
database
problems with cin and reading input in c
07-20
OS
How to exit the loop :while(cin>>n) in C
07-04
Blockchain
how to make cin only accept a single character and int accept only numbers?
06-30
Software engineering
getLine() does't seem to work after first input - C
06-14
Net
How to get a second cin to work when the first has a while loop to take in an unknown size input
06-12
OS
What happens during the process of cin.get()?
05-19
Net
How to calculate time taken to execute C program excluding time taken to user input?
05-16
OS
Non integer input causes infinite loop
05-12
OS
How to allow a user to enter one or two inputs?
04-27
front end
Using cin makes my code not work properly
04-22
Back-end
Odd behavior from character array
04-17
Back-end
Why isn't cin taking input after an invalid type is passed to the variable
03-27
Blockchain
the questions about scanf() and cin
03-25
front end
Array dimension in C
03-19
Software engineering
c std::fstream. How do I read a number at the start of the line (a float or an int), and then skip
03-16
database
std::cin not working correcly with large numbers
03-14
Blockchain
Reading N elements in one line in C
02-21
Software engineering
Check if a string contains palindromes separated by a hash symbol using a vector as an implementatio
01-02
Software design
In Qt6 cin/getline does not read any input for me
01-01
Software design
Program freezing if function is present after the freezing point
12-29
Enterprise
C store cin.getline value to double variable and to char variable
12-28
Back-end
Extra output when writing to file using std::cout
12-16
Back-end
cin: No Operator Found Which Takes A Left-Hand Operand
12-15
Blockchain
Why is my code not allowing me to input values into a string variable with other user inputs for oth
12-09
Blockchain
How do I read in a string and transfer to an array?
11-28
Back-end
Why do cin and getline exhibit different reading behavior?
11-22
Net
Cannot read with `std::cin.read`: return key not recognized
11-22
Net
How to do press any key to continue prompt?
11-18
Blockchain
Statement outside of loop gets repeated c
11-11
database
VS Code exits without displaying any output when a character array is taken as input
11-09
OS
C : How to find the sum of a series of numbers separated by spaces
11-08
Net
How do I get a specific number from an input in c ?
10-31
Net
How does cin read strings into an object of string class?
10-30
Blockchain
Struggling to get my switch statement to work
10-21
Software engineering
how can i use (!(cin>>a)) twice times?
41
1
2
Next
Last
Links:
CodePudding