Sunday 8 September 2013

Tags

What is the difference between the manipulator and setf( ) function?
Ans: 


The difference between the manipulator and setf( ) function are as follows: 

The setf( ) function is used to set the flags of the ios but manipulators directly insert the formatting instructions into the stream. We can create user-defined manipulators butsetf( ) function uses data members of ios class only. The flags put on through the setf( ) function can be put off through unsetf( ) function. Such flexibility is not available with manipulators.



EmoticonEmoticon