using namespace std;
and use
std::string
instead of
string
But I found that on google's first result. Perhaps you didn't <search engine of choice> hard enough?
Posted 20 November 2012 - 01:06 AM
using namespace std;
std::string
string
Posted 19 November 2012 - 09:08 PM
using namespace std;
std::string
string