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