next up previous
Up: Return

Notes

Fixed Decimal Point
To set a fixed decimal point, with two digits behind the point, use:
cout << setprecision(2) << setiosflags(ios::fixed)



Author: Leon van Dommelen