Basically got stuck with usage syntax =)
After half an hour of reading and searching got this:
std::string code = "some code wiiiiith dubbbblicate chaaaars"; code.erase(std::unique(code.begin(), code.end()), code.end());
Hope this will help other doomed soul.
0 comments:
Post a Comment