0
What is cin in cpp?
4 odpowiedzi
+ 13
Gets the next input from the input stream, exluding whitespaces
+ 6
input ....but you can sort the string
It's powerful more than scanf
+ 2
it's for inputting
+ 2
standard input
int v;
cin >> v;
get value from console and set v