I have:
string filename: ifstream file(filename);
The compilers complains about no match between ifstream file and a string. Do I need to
in c++-11 it can also be an std::string. So (installing c++-11 and) changing the dialect of you project to c++-11 could also fix the problem.