/* The first argument states how many times The second argument the CHAR you want to repeat. No strings allowed */ std::string(5, '.') + "yourString"