What the meaning of stream in C++ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What the meaning of stream in C++

What the meaning of stream in C++

5th Oct 2016, 1:13 PM
miss comp engineer
miss comp engineer - avatar
3 ответов
+ 1
An eighth of a river.
6th Oct 2016, 10:10 PM
Xaviera Yayaell
Xaviera Yayaell - avatar
- 1
what is the meaning of straem
5th Oct 2016, 2:20 PM
Zysha CH
Zysha CH - avatar
- 1
A stream is just a sequence of characters that you can access. For example...if I type ABC that is a stream of data from my keyboard. Streams are used so that any device can give input or receive output from a program without any compatibility issues.
5th Oct 2016, 9:03 PM
Ryne
Ryne - avatar