repeating character in c++

C++
std::string(5, '.') + "lolcat"
Source

Also in C++: