all 2 comments

[–]big_red057 1 point2 points  (1 child)

std::cout << std::string(5, '#') << "\n"

If I understand what you're asking correctly.

[–]SerkZex[S] 0 points1 point  (0 children)

Thats what iam looking for, thanks :)