c++ create repeated string code example Example: repeat character n times c++ auto five_repeated_dots = std::string(5, '.');