Skip to content

Opening book details…

Can I read Understanding C++ Streams and I/O on EtoBox?

Understanding C++ Streams and I/O by Eunice Njoki is a document available to read on EtoBox.

What is Understanding C++ Streams and I/O about?

1. C++ supports input/output streams to handle data input and output in a device-independent manner. Streams act as a source of input data or destination of output data. 2. The predefined streams cin and cout represent input and output connected to the standard input and output devices. Streams can also be used to redirect input/output to files. 3. The getline() function reads a whole line of input including spaces into a string, while put() and write() output a character or line of text.

Author
Eunice Njoki
Language
EN