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