repeated char in array c++ code example Example: removing repeated characters in a string c++ s.erase(std::unique(s.begin(), s.end()), s.end());