How can I open a file for reading in hex format in C/C++?
The file contains a sequence of hex numbers that I need for calculations, so I should be able to read and use that data. Can anybody help me please?