Given an ifstream object named input1, associate it with a file named winterdata.txt by opening the file for reading.
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
input1.open("winterdata.txt");
Comments
Post a Comment