whats the stream?and whats the meaning of this word in following sentence? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

whats the stream?and whats the meaning of this word in following sentence?

in c++ cout is the stream object used to acces it.

25th Dec 2016, 1:34 PM
Hanif
Hanif - avatar
2 Answers
+ 1
stream is library for taking input and output if you will istream then it for input. ostream for output. iostream for input and output. fstream for file input. actually it is a abstraction of constructor that allow to take and give input and output of unknow data like char ,string , array and all. you can relate as stream of water if just a flow. thanks.
25th Dec 2016, 1:47 PM
himanshu yadav
himanshu yadav - avatar
0
@himanshu thanks for help🙏🙏
25th Dec 2016, 9:14 PM
Hanif
Hanif - avatar