So cout is what makes whatever you type pop up on your screen aka "the output" ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

So cout is what makes whatever you type pop up on your screen aka "the output" ?

21st Jan 2017, 11:36 PM
Luis Rangel
Luis Rangel - avatar
3 Antworten
+ 2
Basically, yes. It's standart output, mostly some console on your screen.
22nd Jan 2017, 12:34 AM
Heroes Killer
Heroes Killer - avatar
+ 2
Yes, for C languages
22nd Jan 2017, 12:41 AM
Genie
Genie - avatar
0
As you will hopefully learn later, cout is an object that has a lot of things going on behind implementation; for example, taking your character data and passing it off (by an address in memory) to the default output object managed by your OS I/O stream (hence <iosteream>).
22nd Jan 2017, 6:34 AM
Michael Timbes
Michael Timbes - avatar