Last active
January 1, 2017 10:05
-
-
Save shangeethsivan/0408ab33af70af8874bb501df56fea56 to your computer and use it in GitHub Desktop.
SetFill and Set W
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
std::cout << std::setfill ('*') << std::setw (10); | |
std::cout << 5 <<std::endl; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment