istream::get - C++ Reference - cplusplus.com - The C++ Resources Network
Extracts characters from the stream, as unformatted input: (1) single character Extracts a single character from the stream. The character is either returned (first signature), or set as the value of its argument (second signature). (2) c-string Extracts ...