fout << setiosflags(ios::fixed) << setprecision(Digits) << Height << endl;
Where Digits is the number of decimal places.
Height is a float value.
This post is also available in: Greek
fout << setiosflags(ios::fixed) << setprecision(Digits) << Height << endl;
Where Digits is the number of decimal places.
Height is a float value.
This post is also available in: Greek