c++:manipulators

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sowmyth
    New Member
    • Oct 2006
    • 19

    c++:manipulators

    hello!

    can anybody plz tell me abt the different manipulators in c++ & what r their functions,how to use them,etc?
    sowmyth
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by sowmyth
    hello!

    can anybody plz tell me abt the different manipulators in c++ & what r their functions,how to use them,etc?
    sowmyth
    you use manipulators to format output, have a look at
    http://www.cplusplus.c om/ref/iostream/iomanip/
    http://www.fredosaurus .com/notes-cpp/io/omanipulators.h tml

    Comment

    Working...