<<< Manipulators for Floating-point Data Types | Index | Stream Functionality >>> |
typename object name ------------ ----------- std::ostream std::cout; // predefined object std::istream std::cin; // predefined object std::string text; // text data std::stringstream buffer; // text buffer
<<< Manipulators for Floating-point Data Types | Index | Stream Functionality >>> |