What is standard stream object | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is standard stream object

iostream

3rd Aug 2017, 9:30 AM
Nabin Kumar
Nabin Kumar - avatar
3 Answers
+ 8
Standard stream objects are objects defined to work with I/O streams of C++ standards. These objects are included in the <iostream> header. http://www.cplusplus.com/reference/iostream/
3rd Aug 2017, 9:37 AM
Hatsy Rei
Hatsy Rei - avatar
0
thanks
3rd Aug 2017, 10:17 AM
Nabin Kumar
Nabin Kumar - avatar
0
the standard streams in C++ are cout, cin and cerr in C are stdout, stdin, stderr also are file streams, string streams, etc
3rd Aug 2017, 11:52 AM
Andrés04_ve
Andrés04_ve - avatar