cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Manipulators
Manipulators
Feb 26, 2010 at 1:52pm UTC
heatedcrab
(4)
Hi guys, do you know some doc about c++ manipulators? Or anyway what does manipulators mean? Where to use it etc. ?
Thx for help.
EDIT: In order to avoid misunderstanding, I just can't understand the relation between the streams and that i learned from the documentation.
Last edited on
Feb 26, 2010 at 2:00pm UTC
Feb 26, 2010 at 1:57pm UTC
cnoeval
(643)
http://www.cplusplus.com/reference/iostream/manipulators/
Feb 26, 2010 at 2:02pm UTC
heatedcrab
(4)
And also what if i want to create my own manipulator. Can i make it somehow?
Feb 26, 2010 at 7:27pm UTC
guestgulkan
(2942)
Yes, you can write your own manipulators.
Manipulators that take no arguments are straight forward. It is manipulators that take arguments that are the problem
Topic archived. No new replies allowed.