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++ Language Reference - input and istreams http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Input and istreams
   It  remains  to  describe  how the C++  stream  input  facilities  are
   provided.  In  this  case  it is the right  shift  operator  which  is
   overloaded.

   An istream, like an ostream, has a private streambuf pointer, a  state
   variable, and a dynamic allocation flag. In addition it has an integer
   flag  which indicates whether or not whitespace characters are  to  be
   skipped, and an ostream pointer which may point at an ostream which is
   to be flushed before any input operations are performed. There is also
   a private function for skipping over whitespace.


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