The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ios::bitalloc
ios                                         Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  static long bitalloc();
 
  Remarks
 
  The ios class currently defines 15 format flag bits accessible through
  flags and other member functions. These bits reside in a 32-bit private
  ios data member and are accessed through enumerators such as ios::left
  and ios::hex.
 
  The bitalloc member function provides a mask for a previously unused bit
  in the data member. Once you obtain the mask, you can use it to set or
  test the corresponding custom flag bit in conjunction with the ios
  member functions and manipulators listed below under "See Also."
 
  See Also
 
  ios::flags, ios::setf, ios::unsetf, ios setiosflags manipulator,
  ios resetiosflags manipulator
 
 
                                     -♦-