Introduction - If you have any usage issues, please Google them yourself
In the C++ In open an output file in two ways, one is to use the member function open (), another is to use the constructor to give the file name and open mode. This wants to open a client.dat the output file, write the test, respectively, open this file in two ways the statements. (Including the include header file, object declaration, open orders, etc.)