just wondering how in the world you would make one
This is a discussion on hex editor within the C++ Programming forums, part of the General Programming Boards category; just wondering how in the world you would make one...
just wondering how in the world you would make one
+++
++
+ Sekti
++
+++
Read a file.
Write a file in hex (with a split ASCII output for extra kudos) to whatever medium you wish to output to.
It becomes tricky (system dependant) when you need to read large files.
There are probably numerous hex editor sources available on the internet that you can learn from.