| Manipulator | Effect |
| fixed | display floats in fixed-point format |
| scientific | display floats in floating-point format |
| left | left justify |
| right | right justify |
| flush | flush the output buffer |
| endl | send end of line and flush |
| setprecision(int) | set number of digits output |
| setfill(int) | set fill character |
| setbase(int) | set base for int output |
| setw(int) | set field width for next output only |
July 26, 2010
Revew OOP244 -
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment