Question: C + + String dataFileName is a file's name read from input, and is opened as an input file. If dataFs.is _ open ( )

C++
String dataFileName is a file's name read from input, and is opened as an input file. If dataFs.is_open () returns false, then:
Output dataFileName followed by ": could not be opened" and a newline.
Terminate the program with the return value 1, so that the program does not proceed to read the file.
Click here for examples
main.cpp
data1.txt
data2.txt
data3.txt
C + + String dataFileName is a file's name read

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!