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::xalloc
ios                                         Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  static int xalloc();
 
  Remarks
 
  Provides extra ios object state variables without the need for class
  derivation. It does so by returning an index to an unused 32-bit word in
  an internal array. This index can be subsequently converted into a
  reference or pointer by using the iword or pword member functions.
 
  Any call to xalloc invalidates values returned by previous calls to
  iword and pword.
 
  See Also
 
  ios::iword, ios::pword
 
 
                                     -♦-