Array string compare with a master string. like this: [code] compare::mobotuscompareString(){ std::string master = "ABABABABA"; char s2[] ...
Array string compare with a master string. probably I don't explain myself very well. My problem basically is in the string compare, i'm look...
Array string compare with a master string.How can I read string from an array and compare with a master string ? So far read a 80 lines of st...
how to use the str parameterThanks. If I read this string from an array how I suppose to compare ?
how to use the str parameterI need to compare a string array with a master string and get the total of correct match in every s...