+ 1

Some to explain to me "cout",*

as applied in this course *

21st May 2017, 8:54 PM
Mulwanya Joseph
Mulwanya Joseph - avatar
5 Risposte
+ 2
Basically cout is the standard output of you program.
21st May 2017, 9:26 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 1
thank, but then, is it an abbreviation,*
21st May 2017, 9:34 PM
Mulwanya Joseph
Mulwanya Joseph - avatar
+ 1
I think that 'c' is meant to reference the C programming language and 'out' refers to output. cin would refer to input.
22nd May 2017, 4:38 AM
Cailyn Baksh
+ 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.
23rd May 2017, 2:47 AM
Avenger 826
0
You can use it to show data to the screen.
24th May 2017, 11:26 PM
FernAg
FernAg - avatar