Hi,
I am trying to use C++ to read a file stored in 16-bit format. It looks like :
"D6 CD 2F 01 52 07 01 00-52 07 01 00 52 07 01 00" under a hex editor.
The first variable have 4 bytes: "D6 CD 2F 01". It essentially reprents "19910102"
the second variable have 1 byte...etc.
So the problem is how to read it using C++?
THanks,
Zheng
I am trying to use C++ to read a file stored in 16-bit format. It looks like :
"D6 CD 2F 01 52 07 01 00-52 07 01 00 52 07 01 00" under a hex editor.
The first variable have 4 bytes: "D6 CD 2F 01". It essentially reprents "19910102"
the second variable have 1 byte...etc.
So the problem is how to read it using C++?
THanks,
Zheng
Comment