Kamis, 18 Agustus 2016

What are Input and Output streams in C++

Any program in a given programming language needs significant amount of input from the user and also needs to display to the output several times. To support such I/O operations, C++ provides a library which contains several classes and functions. 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 post What are Input and Output streams in C++ appeared first on Coding Security.


What are Input and Output streams in C++
read more

Tidak ada komentar:

Posting Komentar