cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
cout<< number for example 00222
cout<< number for example 00222
Jan 11, 2009 at 12:56pm UTC
etrusks
(398)
Plz can somebody tell how to cout<< number for example this 00222, if i want to see 00 too not only 222?
Jan 11, 2009 at 4:05pm UTC
Bazzy
(6281)
You can use manipulators (
setw
ant
setfill
)
http://www.cplusplus.com/reference/iostream/manipulators/
Jan 11, 2009 at 7:50pm UTC
etrusks
(398)
Tnx man :)
Topic archived. No new replies allowed.