Table of Contents
Previous Section Next Section

gcount

#include <iostream>streamsize gcount() const;

The gcount( ) function is a member of istream.

The gcount( ) function returns the number of characters read by the last input operation.

Related functions are get( ), getline( ), and read( ).


Table of Contents
Previous Section Next Section