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?
Last edited on