+ 1
Some to explain to me "cout",*
as applied in this course *
5 Risposte
+ 2
Basically cout is the standard output of you program.
+ 1
thank, but then, is it an abbreviation,*
+ 1
I think that 'c' is meant to reference the C programming language and 'out' refers to output. cin would refer to input.
+ 1
Generally we use streams for operations. cout means console output. It is from iostream. The main purpose of cout is to display the data given to it.
0
You can use it to show data to the screen.