Question: string filePath; cout < < Please mention the filepath: ; cin >> filePath; //to read data from the file ifstream inputFile(filePath); For the following above
string filePath;
cout << "Please mention the filepath: ";
cin >> filePath;
//to read data from the file
ifstream inputFile(filePath);
For the following above where file path is mention do I add the file path name?
i.e. grades.dat or just grades?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
