+ 1
what does #include <iostream> mean?
I just started to learn c++, every example I've found in the course always contains "#include <iostream>". what exactly it's used for?
1 Respuesta
+ 9
Here is the info you need
http://www.cplusplus.com/doc/tutorial/program_structure/