Hi Justin, It looks like your C++ file isn't C++ compliant. Does it have... #include <string> using std::string; ...or... #include <string> using namespace std; ...near the top? --Eljay
Hi Justin, It looks like your C++ file isn't C++ compliant. Does it have... #include <string> using std::string; ...or... #include <string> using namespace std; ...near the top? --Eljay