0

what is "<iostream>"?

13th Jun 2017, 8:37 AM
Behrooz
Behrooz - avatar
2 Answers
+ 6
Header file which provides standard input and output stream functionalities and objects such as std::cout and std::cin for console input and output purposes.
13th Jun 2017, 12:30 PM
Hatsy Rei
Hatsy Rei - avatar
0
when you write #include <iostream> in the begging of the project you are opening Input and Output stream from and to the project you are making
13th Jun 2017, 9:06 AM
Mohamed Nashaat
Mohamed Nashaat - avatar