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
Writing to a file
Writing to a file
May 2, 2014 at 8:02pm UTC
Void life
(71)
Say i have a file like the following:
For size 10:
**some data**
For size 100:
**some data**
and so on..
I can overwrite data in a file at a particular position, using seekp(). But Instead of overwriting how would I add information at a particular point?
Thanks,
Last edited on
May 2, 2014 at 9:52pm UTC
Topic archived. No new replies allowed.