SMANIP( long ) resetiosflags( long lFlags );
#include <iomanip.h>
lFlags
Format flag bit values. See the flags member function for a list of format flags. These flags can be combined by using the OR (|) operator.
This parameterized manipulator clears only the specified format flags. This setting remains in effect until the next change.