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
Fstream.put fill section
Fstream.put fill section
Jun 26, 2012 at 8:25pm UTC
demon64
(5)
Hello,
using fstream.put can i put (fill ) same value within range
like
fstream test;
start >>> test.seekp(0x000001FF)
end >>> test.seekp(0x00000FFF)
to write >>> test.put(0x00)
so from start to end all values are 0x00 in binary file
Thanks.
Jun 27, 2012 at 1:56pm UTC
demon64
(5)
Bump
cant find solution.
Topic archived. No new replies allowed.