Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
It's saying error 'cin' does not name a type cin >> input.... What to do
number
prime
-1 Vote
15 Réponses
22nd Jul 2017, 9:37 AM
Manjunath G
cin enables us to write in the output we have got????
c++
variables
0 Vote
4 Réponses
16th Apr 2017, 3:45 AM
Parikshit Sharma
What is the purpose of using cin ? Where we need to use cin?
c++
-1 Vote
7 Réponses
16th Apr 2020, 2:31 AM
Kay K
Why do we use getline, can't we just cin for that?
c++
2 Votes
2 Réponses
6th Nov 2016, 5:38 PM
Muhammad Hamza
I sometimes find it confusing while placing the cout & cin
c++
1 Vote
2 Réponses
7th Mar 2018, 9:17 AM
Natalie
How do I use cin to assign the input as a variable?
c++
1 Vote
3 Réponses
4th Aug 2017, 6:24 PM
Alex Crim
What is cin and cout in C++ ? A. objects. B. operators. C. functions
cin
cout
1 Vote
3 Réponses
18th Aug 2018, 10:58 PM
console
How can Iprint when I cin 1234 print to screen 4321?
c++
problem
1 Vote
2 Réponses
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 Vote
3 Réponses
10th Feb 2019, 12:21 AM
Womansystem
Is it possible to have more than one cin input?
c++
0 Vote
1 Réponse
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 Vote
7 Réponses
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 Votes
6 Réponses
5th Jul 2016, 5:26 PM
Amine Demagh
How can we use cout & cin functions? Give the a suitable program.
c++
functions
-1 Vote
6 Réponses
14th Sep 2016, 8:08 PM
saumya mishra
How to we enter the cin>> the datas in one line
cin
0 Vote
5 Réponses
17th Sep 2017, 3:43 AM
Vibeeshanan Vibee
How to take faster IO in c++ as cout and cin are slower!!
c++
programming
1 Vote
4 Réponses
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 Vote
4 Réponses
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 Vote
9 Réponses
27th Dec 2016, 1:47 PM
KongShi
What is cin.get()? How does it work?
cin
3 Votes
2 Réponses
13th Sep 2017, 1:11 PM
Fatin Sadab
What's wrong with code?
c++
cin
else-statements
if-statements
4 Votes
32 Réponses
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 Vote
5 Réponses
23rd Jan 2017, 9:11 AM
Denis Zinkov
In c++ how is cin used to transfer date form the user?
c++
-1 Vote
1 Réponse
18th Jul 2020, 4:00 PM
Adelaja Ayomide Oluwagbenga
I dont understand how to write cin code and use it
c++
cin
0 Vote
2 Réponses
2nd Aug 2016, 1:39 PM
Shweta Agarwal
Cout is used to show and cin is used to ...?
c++
0 Vote
2 Réponses
2nd Aug 2016, 11:33 AM
Honey honey
Проблема повтора при некорректном вводе / Retry problem when entering incorrectly
c++
cin
2 Votes
12 Réponses
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 Vote
2 Réponses
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 Vote
6 Réponses
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 Votes
2 Réponses
3rd Apr 2019, 11:30 AM
Nay Wunna Zaw
How can I ask for 2 numbers using the cin function in C++??
c++
1 Vote
3 Réponses
7th May 2017, 7:33 PM
silvia mena
[SOLVED] Changing function parameter globally
cin
python3
8 Votes
2 Réponses
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 Vote
2 Réponses
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 Votes
6 Réponses
26th Mar 2018, 11:05 PM
Mohamed Atito
How were you suposed to use the "cin" operator?
cin
0 Vote
2 Réponses
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 Votes
4 Réponses
15th Jun 2019, 11:52 AM
Chidi Anioke
How to make the cin command ask a question in the output?
c++
0 Vote
2 Réponses
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 Vote
8 Réponses
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 Vote
2 Réponses
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 Vote
8 Réponses
31st Dec 2022, 1:30 PM
Alex Boso Nzaphila
What are 'cin' and 'cout' if they are not functions ?
c++
cin
cout
functions
46 Votes
48 Réponses
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 Vote
2 Réponses
9th Jul 2017, 3:58 AM
kishan singh
C++ user input difficulty
cin
cpp
0 Vote
8 Réponses
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 Votes
3 Réponses
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 Vote
8 Réponses
17th Aug 2018, 6:36 AM
Somil Porwal
Hi. What is wrong with this code
c++
cin
1 Vote
8 Réponses
7th May 2018, 9:08 AM
Dyary
printing the questions..
cin
0 Vote
2 Réponses
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 Vote
3 Réponses
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 Votes
5 Réponses
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 Vote
2 Réponses
31st Dec 2016, 6:58 PM
Syed Naqvi
cin is only used with int type, does it work with text too?
c++
0 Vote
1 Réponse
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 Vote
4 Réponses
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 Votes
5 Réponses
29th Apr 2020, 1:57 PM
Atharva Labhasetwar
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
3
4
5
...
8
Suivant >
Aujourd'hui en vedette
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes