Hi guys,
I want to remove certain words from a c++ string. The list of words are
in a file with each word in a new line. I tried using the
std::transform, but it dint work.
Anybody got a clue as to how i should go about this.
thanks a lot,
Hp
I want to remove certain words from a c++ string. The list of words are
in a file with each word in a new line. I tried using the
std::transform, but it dint work.
Anybody got a clue as to how i should go about this.
thanks a lot,
Hp
Comment