would some1 post an example of what it would be like in c++?
edit: also, how would i be able to do the above while using an int value??
Last edited on
You could use strncmp(), strnicmp(), TR1 regular expressions, or the std::string find() method. Google for any of those.