I have an integer, retrieved from a file using fscanf. How do I write this into a binary file as a two-byte integer in hex?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
This will write a short integer to a binary file. The result is 2 bytes of binary data (Endianness dependent on the system).
|
|||
|
|
|
|||
|
|
Do you mean you just want two bytes in the file like First one: Second one: |
|||||
|