Question: C++ something is wrong with the following code the file is not opening. Please help with it. int main() { vector firms; ifstream inFile; inFile.open(firm.dat);
C++
something is wrong with the following code the file is not opening. Please help with it.
int main() { vector
inFile.close(); return 0; }
**Quickly please**
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
