+ 1
What do you mean by cout? Is meant as a print? I am a begginer plzz help
4 Antworten
+ 4
cout is similar to print and it is generally used as it is easy to write. You can also use print command in c++ as in c.
+ 1
cout is a c++ method that prints output to a screen, so its technically like print
+ 1
thx
+ 1
cout is basically an output stream. whatever is written inside cout is treated as a message.