Determines the offset of the get pointer in a stream
pos_type tellg();
The function tellg calls rdbuf()->pubseekoff(0, cur, in).
The current offset is a pos_type if successful, else returns -1.
basic_streambuf::pubseekoff()
Example of basic_istream::tellg() usage see basic_istream::seekg