Hello. I had my final exam today, and decided to write some more practice files so as to stay ready for the next semester. This program has some minor errors I don't quite get.
These are the errors:
ifstream: No such file or directory.
In function `int main()':
4 `ifstream' undeclared (first use this function)
4 expected `;' before "myfile"
6 `infile' undeclared (first use this function)
21 `flag' undeclared (first use this function)
21 `cout' undeclared (first use this function)
21 `endl' undeclared (first use this function)