resetiosflags
SMANIP( long ) resetiosflags( long lFlags );
#include <iomanip.h>
Parameter
lFlags
Format flag bit values. See the flags member function for a list of format flags. To combine these flags, use the OR ( | ) operator.
Remarks
This parameterized manipulator clears only the specified format flags. This setting remains in effect until you change it.