Friday, December 3, 2010

IO Manipulators

<iomanip> only needs to be included for IO Manipulators that take arguments when they are used.

For example it is needed for:
    cout << setprecision(4) << 15.12345 << endl;

No comments:

Post a Comment