What is the difference between these two lines in file management in C++? fstream fin("project.csv",fstream::in); fstream fin("project.csv",ios::in);
Here's the code: #include <iostream> #include <fstream> #include <string> #include <cstdlib> #include <ctime> #include <windows