CHAPTER OUTLINE
CHAPTER EIGHT
STREAM COMPUTATION FOR CONSOLE AND FILE I/O
-5 HOURS
8.1 Stream Class Hierarchy for Console Input /Output
8.2 Testing Stream Errors
8.3 Unformatted Input /Output
8.4 Formatted Input /Output with ios Member functions and Flags
8.5 Formatting with Manipulators
8.6 Stream Operator Overloading
8.7 File Input/output with Streams
8.8 File Stream Class Hierarchy
8.9 Opening and Closing files
8.10 Read/Write from File
8.11 File Access Pointers and their Manipulators
8.12 Sequential and Random Access to File
8.13 Testing Errors during File Operations