0
Functions in C++
I am trying to write a code that replaces all weird signs in a string with underscore. However, it's not runnings https://code.sololearn.com/co7zmXJDtPmB/?ref=app
1 Resposta
+ 6
use `std::replace_if` instead of `std::replace`.
I am trying to write a code that replaces all weird signs in a string with underscore. However, it's not runnings https://code.sololearn.com/co7zmXJDtPmB/?ref=app