Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

repeat character n times c++

auto five_repeated_dots = std::string(5, '.');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #repeat #character #times
ADD COMMENT
Topic
Name
5+6 =