What does fp.seekg(16) do,where fp is a file pointer

What does fp.seekg(16) do,where fp is a file pointer
I would think that would do nothing. It makes more sense to me to see:
fp->seekg(16)
or
(*fp).seekg(16)
Topic archived. No new replies allowed.