User profile: alex6es

User info
User name:alex6es
History
Joined:
Number of posts:28
Latest posts:

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 parameter
Thanks. If I read this string from an array how I suppose to compare ?

how to use the str parameter
I need to compare a string array with a master string and get the total of correct match in every s...