Table of Contents
Previous Section Next Section

eatwhite

#include <iostream.h>void eatwhite();

The eatwhite( ) function is a member of istream.

The eatwhite( ) function reads and discards all leading whitespace from the associated input stream and advances the get pointer to the first nonwhitespace character.

A related function is ignore( ).


Table of Contents
Previous Section Next Section