What is standard stream object | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is standard stream object

iostream

3rd Aug 2017, 9:30 AM
Nabin Kumar
Nabin Kumar - avatar
3 ответов
+ 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