+ 1
What is <iomanip>
what is <iomanip>? what's its use in c++ programing
2 Answers
+ 2
It provide function that manipulate output streams allowing to change some properties like writed precision of floating point, writed base used by values etc..
what is <iomanip>? what's its use in c++ programing