Deleting a char within a string subscript

Hi

If I have an array of the size x with strings inside. And if in one subscript I have the word "and-", how can I find this dash, and remove it?

Thanks.
So you are saying you have an array of strings? Are these strings of type std::string or std::wstring? Or some other type?
std::string
Last edited on
Topic archived. No new replies allowed.