I'm now developing a home project, but before I start, I need to know how can I printcout
the content of a file(*.bin as example) in hexadecimal?
I like to learn, then a good tutorial is very nice too ;-)
Remember that I need to develop this, without using external applications, because this home project is to learn more about hexadecimal manipulating on C++ and also a good practice of my knowledge.
Some other questions
- Is there any way to do this using C?
- How can I store this value into a variable?