Chapter 3
Input and Output in C++
CHAPTER OUTLINE
3.2 Streams in C++ and Stream Classes
3.6 Formatted and Unformatted Data
3.7 Unformatted Console I/O Operations
3.8 Type Casting with the cout Statement
3.9 Member Functions of the istream Class
3.10 Formatted Console I/O Operations
3.14 User-defined Manipulators
3.15 Manipulator with One Parameter
3.1 INTRODUCTION
Computer applications generally involve tremendous amount of data to be read from input devices and sending them to the output devices. Hence, to control such operations, ...
Get Programming in C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.