cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Using setfill()
Using setfill()
Oct 9, 2014 at 5:13pm UTC
TheUnholy
(68)
How is setfill() used? I am trying to use it for a school assignment, but it is not doing anything.
Oct 9, 2014 at 6:24pm UTC
MiiNiPaa
(8886)
Learn to use references:
http://en.cppreference.com/w/cpp/io/manip/setfill
http://www.cplusplus.com/reference/iomanip/setfill/
Usually used with setw() to tell what character should fill empty space
Topic archived. No new replies allowed.