|
-
April 25th, 2008, 11:03 AM
#1
Reading memory stack
Hi gurus!!
I need to read a bin file, I have the specifications of the head of the file:
Byte 0 int
Byte 4 int
Byte 12 double
.....
Byte 99 double
I want to read the complite head (100 bytes) and pass this memory block to a class constructor who interpretate the values and inicializate the class which the apropiate values.
How can I do this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|