Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
It's saying error 'cin' does not name a type cin >> input.... What to do
number
prime
-1 Voto
15 Respuestas
22nd Jul 2017, 9:37 AM
Manjunath G
cin enables us to write in the output we have got????
c++
variables
0 Votos
4 Respuestas
16th Apr 2017, 3:45 AM
Parikshit Sharma
What is the purpose of using cin ? Where we need to use cin?
c++
-1 Voto
7 Respuestas
16th Apr 2020, 2:31 AM
Kay K
Why do we use getline, can't we just cin for that?
c++
2 Votos
2 Respuestas
6th Nov 2016, 5:38 PM
Muhammad Hamza
I sometimes find it confusing while placing the cout & cin
c++
1 Voto
2 Respuestas
7th Mar 2018, 9:17 AM
Natalie
How do I use cin to assign the input as a variable?
c++
1 Voto
3 Respuestas
4th Aug 2017, 6:24 PM
Alex Crim
What is cin and cout in C++ ? A. objects. B. operators. C. functions
cin
cout
1 Voto
3 Respuestas
18th Aug 2018, 10:58 PM
console
How can Iprint when I cin 1234 print to screen 4321?
c++
problem
1 Voto
2 Respuestas
18th Feb 2018, 8:33 AM
S E N I O R
How I can keep minimum and maximum of numbers from cin ?
arrays
c++
0 Votos
3 Respuestas
10th Feb 2019, 12:21 AM
Womansystem
Is it possible to have more than one cin input?
c++
0 Votos
1 Respuesta
25th Nov 2016, 5:18 PM
Julian Gegner
What is the difference between cout and stdout; cin amd stdin..explain with an example
c++
cin
cout
stdin
stdout
0 Votos
7 Respuestas
4th Aug 2017, 5:15 PM
Harini T
Can I use printf ans scanf in the place of cout and cin ..?
c
c++
variables
2 Votos
6 Respuestas
5th Jul 2016, 5:26 PM
Amine Demagh
How can we use cout & cin functions? Give the a suitable program.
c++
functions
-1 Voto
6 Respuestas
14th Sep 2016, 8:08 PM
saumya mishra
How to we enter the cin>> the datas in one line
cin
0 Votos
5 Respuestas
17th Sep 2017, 3:43 AM
Vibeeshanan Vibee
How to take faster IO in c++ as cout and cin are slower!!
c++
programming
1 Voto
4 Respuestas
16th Feb 2018, 1:53 PM
Sayan Banerjee
I have a little bit problem about cin on C++ (Please guide me =w=)
c++
cin
input
0 Votos
4 Respuestas
7th Oct 2019, 3:48 PM
Yourint
I dont understand cin why do i use it and how do i use it?
c++
cin
variables
0 Votos
9 Respuestas
27th Dec 2016, 1:47 PM
KongShi
What is cin.get()? How does it work?
cin
3 Votos
2 Respuestas
13th Sep 2017, 1:11 PM
Fatin Sadab
What's wrong with code?
c++
cin
else-statements
if-statements
4 Votos
32 Respuestas
6th Oct 2020, 4:11 PM
Lugli
How to avoid cin input error when user inputs any symbols instead of numbers?
c++
consol
error
input
1 Voto
5 Respuestas
23rd Jan 2017, 9:11 AM
Denis Zinkov
In c++ how is cin used to transfer date form the user?
c++
-1 Voto
1 Respuesta
18th Jul 2020, 4:00 PM
Adelaja Ayomide Oluwagbenga
I dont understand how to write cin code and use it
c++
cin
0 Votos
2 Respuestas
2nd Aug 2016, 1:39 PM
Shweta Agarwal
Cout is used to show and cin is used to ...?
c++
0 Votos
2 Respuestas
2nd Aug 2016, 11:33 AM
Honey honey
Проблема повтора при некорректном вводе / Retry problem when entering incorrectly
c++
cin
2 Votos
12 Respuestas
3rd Jan 2024, 4:25 PM
Gfy Hgfh
Is the cout and cin in C++ from the words C-out and C-in?
c++
cin
cout
1 Voto
2 Respuestas
24th Mar 2018, 7:32 AM
Aaron For No Reason
How to declare a array of string and how to call it in the cin
cpp
0 Votos
6 Respuestas
20th Dec 2019, 11:54 AM
Waleed Ahmad
Should I use a condition like "std::cin.peek() != '\n'" for loops to catch cin extraneous input?
c++
cpp
3 Votos
2 Respuestas
3rd Apr 2019, 11:30 AM
Nay Wunna Zaw
How can I ask for 2 numbers using the cin function in C++??
c++
1 Voto
3 Respuestas
7th May 2017, 7:33 PM
silvia mena
[SOLVED] Changing function parameter globally
cin
python3
8 Votos
2 Respuestas
16th Sep 2018, 7:12 PM
Mert Yazıcı
How do make a code that prompts the user to input data like my code does not not prompt the user
cin
0 Votos
2 Respuestas
22nd Oct 2020, 5:59 AM
mumbere Dan
What is the header file must you #include with your source file to use cout and cin ?
c++
3 Votos
6 Respuestas
26th Mar 2018, 11:05 PM
Mohamed Atito
How were you suposed to use the "cin" operator?
cin
0 Votos
2 Respuestas
11th Dec 2019, 8:31 AM
It's *Aandrew* Banu
Whats the difference between assigning a value to a variable and inputing a value through cin
variables
2 Votos
4 Respuestas
15th Jun 2019, 11:52 AM
Chidi Anioke
How to make the cin command ask a question in the output?
c++
0 Votos
2 Respuestas
25th Feb 2017, 1:40 AM
Oliver
It's always to use "using namespace std"in c++.....and I want to know cin is used for which purpose.
c++
in
namespace
using
0 Votos
8 Respuestas
7th Jul 2020, 3:57 AM
Navneet Kaur💫
Are cin and cout allowed to be used even as right hand operands?
c++
cin
cout
input
output
1 Voto
2 Respuestas
17th Nov 2016, 3:15 PM
Criso Prasio
int main() { int n=100; cin >> n; int sum=0; for (int n=1; n<=100; n++){ sum+=n; } cout<<sum; }
c++
programming
0 Votos
8 Respuestas
31st Dec 2022, 1:30 PM
Alex Boso Nzaphila
What are 'cin' and 'cout' if they are not functions ?
c++
cin
cout
functions
46 Votos
48 Respuestas
25th Nov 2016, 8:24 PM
LyannaM
How to creat a program of c++ that in which we write any no. It will give table of that input no.
cin
1 Voto
2 Respuestas
9th Jul 2017, 3:58 AM
kishan singh
C++ user input difficulty
cin
cpp
0 Votos
8 Respuestas
5th Apr 2018, 6:32 AM
ArcticWolf
In C++ ...cout vs printf and cin vs scanf , Which is more beneficial to use and WHY??????
cpp
mydoubt
programming
3 Votos
3 Respuestas
3rd Aug 2020, 2:28 AM
@Code_With_Harsh !!!
During code in c++ 'If cin is entered then why after runing it does not ask for input
c++
cin
0 Votos
8 Respuestas
17th Aug 2018, 6:36 AM
Somil Porwal
Hi. What is wrong with this code
c++
cin
1 Voto
8 Respuestas
7th May 2018, 9:08 AM
Dyary
printing the questions..
cin
0 Votos
2 Respuestas
21st Oct 2017, 11:03 AM
suhail pgm
int passenger, seats, filledseats, emptyseats; seats=50; cout << "Enter passengers amount" << endl; cin >> passenger;
c++
problem
transportation
-1 Voto
3 Respuestas
7th Apr 2022, 4:41 PM
Oluwafemi Olumide
Can anyone of you tell me about the difference between using cout cin and print or scanf?
c++
cout
2 Votos
5 Respuestas
28th Oct 2016, 11:58 AM
Vishal Kumar Rana
Can anyone tell me how to input a string in C++...I get compile errors
cin
0 Votos
2 Respuestas
31st Dec 2016, 6:58 PM
Syed Naqvi
cin is only used with int type, does it work with text too?
c++
0 Votos
1 Respuesta
10th Aug 2016, 3:46 PM
Raphael Reme
Can you change the text 'header' on the popup when using cin to get an input?
c++
pointers
1 Voto
4 Respuestas
22nd Nov 2016, 3:04 AM
Matt James
How to scan long string as input beacuse as i scan string after the space in string not present in memory and print few word
cin
scanf
2 Votos
5 Respuestas
29th Apr 2020, 1:57 PM
Atharva Labhasetwar
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
3
4
5
...
8
Siguiente >
En tendencia hoy
Discrete-Time Signal Representation
0 Votes
Hey, is the "Snowflake" mission not working?
0 Votes
Where's PHP and Ruby courses?
1 Votes
Detach thread exception
1 Votes
Bug in the answers checking algorithms?
0 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
I want to learn Lua but don’t know where
2 Votes
How to make a 2d game
0 Votes
Not image in the page
0 Votes