Open azeemKhan9 opened 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
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.
Afraid not. I'm pretty sure I gave up on this and downloaded a different one in the end.
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.