0

What is stream?

I don't understand it

28th Oct 2017, 12:08 PM
Ambuj
Ambuj - avatar
3 Answers
0
thereis a structure of c++ right. wh at is it?
28th Oct 2017, 12:12 PM
Ambuj
Ambuj - avatar
+ 2
Just regard: #include <iostream> as a necessary invisible heart. It's beating, but it can't be seen. The iostream is a library (important stuff) which every program imports/includes to use standard functions. So: do not comment or delete it. break; edit 0 Yes, there is a structure to the language, which would take too long to explain. Search on the internet for a guide to C++ and it will certainly tell you indepth about the meanings and actions of different bits/bobs. #include <iostream> is an imperative statement to include another document of code in yours: it's a "commander", if you would see it as that.
28th Oct 2017, 12:11 PM
ghostwalker13
ghostwalker13 - avatar