iomanip?

Jan 16, 2008 at 1:46pm
hello im just confuse of what is the use of the <iomanip> library? any reply is appriciated..thnx
Jan 17, 2008 at 12:25pm
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
Jan 17, 2008 at 2:30pm
thnx.. I really appriciate it.. =)
Last edited on Jan 17, 2008 at 2:40pm
Jan 18, 2008 at 1:14am
hi ! nice and new info i didnt know that left, right dont need the libraries omanip. :) anyway thmnx
Topic archived. No new replies allowed.