hello im just confuse of what is the use of the <iomanip> library? any reply is appriciated..thnx
iomanip is used to introduce manipulators with parameters, namely: setiosflags, resetiosflags, setbase, setfill, setprecision and setw
for other manipulators, such as hex, left or right, which do not accept parameters, it is not needed
thnx.. I really appriciate it.. =)
Last edited on
hi ! nice and new info i didnt know that left, right dont need the libraries omanip. :) anyway thmnx