Quote Originally Posted by ninja9578 View Post
strcmp is for char strings, it's C, not C++. The std::string class has == operators for both other strings and char strings.
Well, it's impossible to tell from his post whether he's asking about C or C++ :p