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>ostream::pcount</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ostream::pcount

Usage

   #include <iostream.hpp>
   size_t ostream::pcount();

Description

   Returns the number of characters sucessfully transferred by the last
   unformatted output operation (put or write). Should be used immediately

   after such an operation or sequence of operations as its potential return
   value may be modified by other output operations.

Example 

   See ostream::write

Return Value

   An int that is the number of characters transferred by the last write or
   put.





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