hi,
how do I remove the last character in a string only if its a "/". otherwise no need to remove the last character.
im using std::string. tried with find_last_of( ).
thanks
rsennat
std::string remove the last character if its a '/'
|