Define two objects named infile1 and infile2 that can be used to read data into program variables from two different files.
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
ifstream infile1,infile2;
Comments
Post a Comment