Hello, I'm trying to use a
remove_if
In c ++ however when it arrives at the input part I can not determine for it to detect if the string I'm pointing has a char. Here is my code:
temp.erase(remove_if(temp.begin(), temp.end(), "("), temp.end());
temp is a string.