Description: And C++ input stream, output stream can also use the output stream class member function to the data output. Therefore, in this section, the user will introduce the prototype of these functions and their use.
Under normal circumstances, the user can use the member functions in C++ output stream class "put" to the specified data into the computer output stream to be displayed. The member function prototype is as follows:
01 basic_ostream & put (E c) // output stream class member function prototypes
The member function "put", the function is user-specified data into the output stream of the computer. The member function contains a parameter that is a single character type.
To Search:
File list (Check if you may need any files):
12.3.cpp