How can I print a character N number of times using std::cout without looping?
std::cout
Is there a way to move the text cursor back to nullify the effect of
std::cout << std::setfill(the_char) << std::setw(100) << "";