CIS-60 Home Page:
http://www.c-jump.com/CIS60/CIS60syllabus.htm
C++ Stream I/O
- stream input/output
- stream i/o applications
- stream output concept
- stream input concept
- C++ Object
- standard output stream
- std::cout << formatted output
- standard input stream
- std::cin >> formatted input
- unformatted I/O example
- unformatted I/O summary
- Formatted I/O
- Floating-point precision
- Floating-point manipulators
- Floating-point example
- C++ String
- C++ String and std::getline( )
- String Stream
- Input/Output with String Stream
- Field width
- Fill character
- Field alignment
- Alignment of numeric fields
- More manipulator examples
- Manipulators for integer data types
- Manipulators for floating-point data types
- C++ stream library summary