0

What is cout please answer.me

Please tell me what is cout

16th Jan 2017, 3:39 AM
THEDARK
3 Respostas
+ 5
It outputs data, technically "Standard output". An example is ( cout << "I'm a string." ) It's included in the c++ tutorial on here I suggest you try them.
16th Jan 2017, 3:43 AM
Alex
Alex - avatar
+ 1
cout is "Console OUTput" that is all
16th Jan 2017, 12:18 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
0
It's actually an ostream object, which has overloaded << operator.
17th Jan 2017, 8:20 AM
Norbivar
Norbivar - avatar