TheObserver
Programmer
I have two memory buffers. I need to read some data from one (in a specific location) and place it into the second one (in a specific location). I know where these locations are (offsets from start, size of the locations to update in bytes, etc)...however, I haven't really done much with memory buffers, so I was wondering if anybody could tell me about how to read from and write to memory locations, or point me at some easily grasped resources for such.
BTW, these "locations" will vary in size from one to another...IE, I'll need to read in 8 bytes and place it in the target buffer, then read in 30 bytes and place it somewhere else in the target buffer, etc.
Thanks for your time.
BTW, these "locations" will vary in size from one to another...IE, I'll need to read in 8 bytes and place it in the target buffer, then read in 30 bytes and place it somewhere else in the target buffer, etc.
Thanks for your time.