I want to compare two strings. Is it possible with strcmp? (I tried and it does not seem to work). Is string::compare a solution?
strcmp
string::compare
Other tha
When using C++ use C++ functions viz. string::compare. When using C and you are forced to use char* for string, use strcmp
char*