+ 1
Do you have to type the "Include iostream" at the beginning of every code?
3 Antworten
+ 4
The <iostream> header defines the standard stream objects that input and output data.
Open this and click on the underline words:
https://www.sololearn.com/learn/CPlusPlus/1603/
0
yes, it is the import for input-ouput