Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>ios::bitalloc</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ios::bitalloc

Usage

   #include <iostream.hpp>
   static long ios::bitalloc();

Description

   In stream classes derived from class ios, and in code providing inserters
   for user defined types it may be desired to introduce extra format flag
   type information. The bitalloc function provides the capability to extend
   class ios in this way. It returns a long integer with one previously
   unused bit set.

Example 

   long ext_format_bit = ios::bitalloc();

   cout.setf(ext_format_bit);

Return Value

   Returns a long with one previously unallocated bit set, or zero if no
   further format bits are available.





Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson