Describe the mode that each of the following statements causes a file to be opened in:
file.open("info.dat", ios::in | ios::out);
file.open("info.dat", ios::in | ios::app);
file.open("info.dat", ios::in | ios::out | ios::ate);
file.open("info.dat", ios::in | ios::out | ios::binary);
For another example of this chapter’s topics, see the High Adventure Travel Part 3 Case Study, available on the book’s companion Web site at www.pearsonhighered.com/gaddis.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.