Skip to content

Instantly share code, notes, and snippets.

@shangeethsivan
Last active January 1, 2017 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shangeethsivan/0408ab33af70af8874bb501df56fea56 to your computer and use it in GitHub Desktop.
Save shangeethsivan/0408ab33af70af8874bb501df56fea56 to your computer and use it in GitHub Desktop.
SetFill and Set W
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