Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
What is the difference between cin and getline?
c++
cin
getline
3 Votos
3 Respostas
24th Oct 2016, 8:12 AM
Venus
I totally forgot what cin was..
c++
loops
0 Voto
2 Respostas
4th Oct 2017, 2:42 PM
Bryan Brubacher
Before using cin for input we have got program run successfully how is that possible without cin
c++
variables
-1 Voto
2 Respostas
30th Oct 2018, 4:01 AM
Anamika Yadav
Plz tell me how to use cin in C++
c++
2 Votos
6 Respostas
27th Apr 2018, 4:23 PM
Lovenish Purohit
Save cin message with space to file.txt
c++
0 Voto
3 Respostas
22nd Jan 2017, 3:42 AM
Piotr Koczeń
Why I cant give value to cin >> b
key
0 Voto
7 Respostas
18th Oct 2018, 6:49 PM
Arsen
How to use cin and string together?
c++
1 Voto
2 Respostas
19th May 2017, 4:58 AM
Sarthak
Как сделать так чтобы cin не принимал значения через пробел?/How can I make cin not accept values separated by a space?
c++
cin
cpp
0 Voto
5 Respostas
2nd Feb 2024, 6:26 AM
Gfy Hgfh
Using cin in a program with ReadConsoleInput() ...
c++
cin
readconsoleinput
winapi
4 Votos
2 Respostas
9th Nov 2017, 10:30 AM
Solo Wanderer 4315
Why we use cout & cin in c++?
c++
cout
0 Voto
4 Respostas
12th Oct 2016, 4:26 AM
shivani
using scanf instead of cin for multiple inputs
c++
input/output
scanf/printf
0 Voto
4 Respostas
2nd Aug 2017, 4:22 PM
Mich
cin asking for input before method is called?
c++
cin
minesweeper
0 Voto
2 Respostas
25th Oct 2020, 3:57 AM
ScriptingEngine
Can cin be used with a pointer?
c++
cin
pointers
0 Voto
2 Respostas
11th Oct 2016, 4:53 AM
Evgeny Vereshchagin
How to use cout and cin in C language?
c++
cout
0 Voto
4 Respostas
28th Mar 2017, 2:09 AM
جلال سليمان جدبان
How to print cout info before entering cin data?
c++
1 Voto
3 Respostas
20th Aug 2019, 2:49 AM
Clavis Janes
How do i make cin to recognize only numbers?
2
1 Voto
2 Respostas
18th Apr 2023, 7:14 PM
Jasubu Ishaya
Why cin method in cpp dont take spaces as input?
cpp
2 Votos
4 Respostas
13th Jun 2020, 5:03 PM
SUNIL MISHRA
How do I use cin to take in a sentence?
c++
cpp
input
strings
1 Voto
7 Respostas
3rd Mar 2017, 5:34 PM
Rain
How to add space to cin with this code
c++
1 Voto
3 Respostas
28th Sep 2022, 9:40 AM
haidar mahdi
What is the function of cin in c++?
c++
0 Voto
3 Respostas
17th Oct 2017, 11:05 AM
Bonny Ngare
how do I assign a word to a cin variable
.
0 Voto
5 Respostas
22nd Oct 2020, 4:21 PM
kyle
What is the difference between getchar() and cin
c++
1 Voto
2 Respostas
27th Nov 2016, 2:04 PM
RaVVan
Кто-то может подробнее обяснить что такое cin в C++
variables
1 Voto
2 Respostas
1st Aug 2019, 3:54 PM
aRtEM1duS _98
How to make use of the comma separator for cin >>
c++
cin
comma
1 Voto
5 Respostas
4th Aug 2020, 11:31 PM
Solus
Se puede hacer declaraciones cin dentro de una if?
c++
0 Voto
2 Respostas
9th Feb 2020, 4:45 AM
Vástago
How to make input field on js as c++'s cin >>??
code
help
javascript
2 Votos
6 Respostas
2nd Jun 2018, 9:34 AM
Jelaleddin
Define cin and cout in one or two words?
cpp
1 Voto
3 Respostas
11th Nov 2016, 5:11 AM
Jagrati Katariya
Using of endl in cin statement of c++ program
c++
oop
0 Voto
2 Respostas
16th May 2021, 7:13 AM
Anushree
Why constexpr is working with cin and non const
c++
cin
constexpr
0 Voto
2 Respostas
1st Dec 2022, 5:32 PM
Ketan Lalcheta
Why we don't use cin in this programing?
c++
cout
0 Voto
2 Respostas
9th Jan 2017, 2:03 PM
debojyoti
What is the basic difference between cin and cout?
c++
variables
0 Voto
3 Respostas
16th Jan 2018, 8:09 AM
Ankush Dhondge
How to validate user input as an integer when using cin
c++
cin
error
help
validation
1 Voto
4 Respostas
25th Jul 2018, 1:45 AM
Parker king
What does cin mean? As well as what it means
c++
variables
0 Voto
4 Respostas
12th Apr 2017, 9:47 PM
Drew Lentz
Difference between cin and cout in cpp and how to implement it with examples.
c++
cin
cout
sololearn
3 Votos
2 Respostas
4th Jun 2018, 12:34 PM
Deesha Devi Raghu
Is there any way to edit the cin input box?
cin
cpp
edit
1 Voto
3 Respostas
9th Sep 2017, 9:02 PM
HJ🐓TDM
Why are the cout and cin are objects but not functions?
c++
objects
1 Voto
5 Respostas
20th Jan 2017, 10:20 PM
Hammad Yaqoob
How to cin string & how to get the string length ?
c++
2 Votos
6 Respostas
30th Jun 2017, 10:58 PM
Githesh
How to ask user to enter his name using cin
c++
-1 Voto
4 Respostas
8th May 2017, 7:06 AM
Pratik Ghosh
How to use russian keyboard for cout and cin in SoloLearn playground?
c++
cpp
keyboard
output
russian
0 Voto
6 Respostas
10th Apr 2018, 8:14 PM
Alexey Sarnavskiy
How to check Cin input against two statements; numerical value and string
c++
1 Voto
7 Respostas
22nd Dec 2016, 3:46 PM
TaimuKo
How to use cin in the code play ground
c++
cout
0 Voto
2 Respostas
4th Aug 2017, 3:17 AM
Anjaney Rai
int main() { int a, b; cout << "Enter a number \n"; cin >> a; cout << "Enter another number \n"; cin >> b;
c++
variables
0 Voto
4 Respostas
17th Feb 2018, 3:05 PM
Ayesha Tasnim
Can i take the size of array from user in c++??
cin
0 Voto
7 Respostas
5th Feb 2020, 12:38 PM
alaa ebrahim
Can you enter multiple values with only one cin case?
c++
cin
multiple
values,one
0 Voto
3 Respostas
15th Mar 2017, 2:48 AM
Huda Zaher
how to use cout and cin at the same time?
help
0 Voto
3 Respostas
12th Feb 2017, 10:14 PM
JuLLe //Rq
¿cout & cin son iguales a printf & scanf?
c++
variables
1 Voto
1 Resposta
11th Mar 2017, 12:24 PM
Angel Rodriguez
Please tell me about cout and cin completly with example
cin
0 Voto
3 Respostas
11th Jan 2017, 5:10 PM
Pyae Sone Paing
How can we receive pointer array with cin ?
arrays
c++
cin
pointers
0 Voto
1 Resposta
21st Jan 2018, 1:50 PM
Blck_brry
Can I declare a variable in cin statement like "cin>> int a;
variables
1 Voto
3 Respostas
28th Jul 2018, 12:55 PM
Praful Dhale
It's saying error 'cin' does not name a type cin >> input.... What to do
number
prime
-1 Voto
15 Respostas
22nd Jul 2017, 9:37 AM
Manjunath G
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
4
...
8
Próximo >
Quente hoje
What's the best way to learn anything
1 Votes
How can I improve my Authenticator App built with HTML, CSS, and JavaScript?
0 Votes
Most asked!
1 Votes
Malloc vs calloc | memory not initialized
1 Votes
help!
0 Votes
Is react js enough for frontend??
0 Votes
Mini project ideas for final years
0 Votes
why this platform not providing mysql compiler for creating code bits?
0 Votes
Please guys could smw do this for me ?
0 Votes