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
tellg tellp seekp seekg
tellg tellp seekp seekg
Mar 9, 2014 at 7:00am UTC
galangjosh
(6)
Can someone explain to me in simple details and stuff what are tellg tellp seekp seekg for??? :D Thanks, Very Appreciated :)
Mar 9, 2014 at 8:20am UTC
kbw
(9488)
When processing a stream that's capable of reading and writing (put and get), there are current get and put positions. You set these positions with seek and get these positions with tell.
Topic archived. No new replies allowed.