What is cin in cpp? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is cin in cpp?

8th Mar 2017, 4:32 PM
Aytac
Aytac - avatar
4 Réponses
+ 13
Gets the next input from the input stream, exluding whitespaces
8th Mar 2017, 4:43 PM
Jafca
Jafca - avatar
+ 6
input ....but you can sort the string It's powerful more than scanf
8th Mar 2017, 4:40 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 2
it's for inputting
8th Mar 2017, 4:38 PM
akash hande kr
+ 2
standard input int v; cin >> v; get value from console and set v
8th Mar 2017, 4:41 PM
AtoMX
AtoMX - avatar