Define two objects named outfile1 and outfile2 that can be used to write data from program variables to two different files.
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
ofstream outfile1,outfile2;
Comments
Post a Comment