Hello, I would like to read 4 bytes of arbitrary Char-Code from i-th byte to (i+4)-th byte. Someone could help me witha tiny snip please.
Thank you
-chad cljister
Printable View
Hello, I would like to read 4 bytes of arbitrary Char-Code from i-th byte to (i+4)-th byte. Someone could help me witha tiny snip please.
Thank you
-chad cljister
Have a look at MFC CFile class and its methods:
CFile::Open
CFile::Seek
CFile::Read