Thursday, 3 January 2013

What are manipulators? | OOPS

Manipulators are the functions which can be used in conjunction with the insertion (<<) and extraction (>>) operators on an object. Examples are endl and setw.

No comments: