The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
setiosflags
ios                                         Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  SMANIP( long ) setiosflags( long lFlags );
 
  #include <iomanip.h>
 
  Parameter   Description
 
  <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.
 
  Remarks
 
  This parameterized manipulator sets only the specified format flags.
  This setting remains in effect until the next change.
 
 
                                     -♦-