I was hoping to find out if there is a command in c++ that will find similar variations to input and accept those as well as the exact answers in an if statement.
For example:
If i have a user type in "Hi"
and the if statement needs to accept "hi" to be valid
how can i make it also except that without having to type in all the variations myself which is what "||" does.
Thanks guys.