| How to acces 16-bite binary data. |
Author :
olelind
Post Date :
2006-01-28 21:21
Posts :
1
|
I would like to read 16-bite binary data form a file into a array.
Can any body help me?
-Ole |
Author :
grant
Post Date :
2006-01-31 12:21
Posts :
117
|
Hi,
You could use the fread function to read all data into an array of shorts. Each short is 2 bytes (16 bits).
Regards,
Grant |
All Rights Reserved, © Zeus Communications, Multimedia & Development 2004-2005