cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What does fp.seekg(16) do,where fp is a
What does fp.seekg(16) do,where fp is a file pointer
Apr 3, 2011 at 3:01pm UTC
bhawna2285
(12)
What does fp.seekg(16) do,where fp is a file pointer
Apr 3, 2011 at 3:03pm UTC
Athar
(4466)
http://www.cplusplus.com/reference/iostream/istream/seekg/
Apr 3, 2011 at 3:27pm UTC
ciphermagi
(807)
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.