Streams in C++ In C++, standard library maintains input and output as streams. A stream is a flow of data, measured in bytes, in sequence. If data is received from input devices, it is called a source stream and if the data is to be sent to output devices, it is called a destination stream. The data in the source stream can be used as input to the program. Then it is called an input stream. The destination stream can be used by the program to send data to the output devices. Then it is called an output
The post What are stream classes in C++ appeared first on Coding Security.
What are stream classes in C++
read more
Tidak ada komentar:
Posting Komentar