MitchellSternke / Mario

A C++ clone of the classic Super Mario Bros. games.
320 stars 104 forks source link

Compiler errors in MainState.cpp #5

Open azeemKhan9 opened 6 years ago

azeemKhan9 commented 6 years ago

I have two errors on MainState.cpp when trying to run this in Visual Studio. All the libraries have been linked. I haven't been able to find a solution for them: "no instance of function template ____ matches the argument list". See the attached images. error error2

azeemKhan9 commented 6 years ago

When attempting to run the code, the errors outputted are: "std::isspace: no matching overloaded function found" "bool std::isspace(_Elem,const std::locale &)': expects 2 arguments - 1 provided" Same errors for std::isprint

PattyFrei commented 6 years ago

When attempting to run the code, the errors outputted are: "std::isspace: no matching overloaded function found" "bool std::isspace(_Elem,const std::locale &)': expects 2 arguments - 1 provided" Same errors for std::isprint

Did you manage to fix it somehow? I have the same errors.

azeemKhan9 commented 6 years ago

Afraid not. I'm pretty sure I gave up on this and downloaded a different one in the end.