+ 1
What is the command cin?, I cant understand the app explain.
7 Respostas
0
cin is not a command... it is an object and his use is read from (console) input stream data and insert into variables
+ 1
And fot what is needed ?
+ 1
okay thanks
+ 1
Yes you are right... involontarely i have expressed c in cin as console but is not so... thank you 👍
0
for read data from standard input stream... see http://www.cplusplus.com/doc/tutorial/basic_io/ and bookmarks this site
0
👍👍👍