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 Hexdata to file
Writing Hexdata to file
Jul 1, 2014 at 5:16am UTC
Rockyy
(17)
Can any one let me know a small function which write hexdata to file.
Suppose if i give input ffff,0x42..
Output should be written to file similar as input.
Jul 1, 2014 at 6:11am UTC
kbw
(9488)
Use read/write. Remember to open the file as binary.
Topic archived. No new replies allowed.