S
spleen
Hiya,
Im working on a project to read in a file (its a bitmap, but thats
irrelevant) and I want to read in all the data after an offset, ive
tried using -
fread(bitmap_buffer, offset, 1, fp);
but this doesnt work and only reads in the value at the offset (0x436h
irrelevant once again i suppose).
so my question is how do i read in all the data AFTER a certain
offset, into my buffer?
any help much appreciated, and no this isnt school work (school terms
out anyway) Im just doing this becuase im learning to program and
starting to enjoy writing programs that can do useful stuff
thanks
Im working on a project to read in a file (its a bitmap, but thats
irrelevant) and I want to read in all the data after an offset, ive
tried using -
fread(bitmap_buffer, offset, 1, fp);
but this doesnt work and only reads in the value at the offset (0x436h
irrelevant once again i suppose).
so my question is how do i read in all the data AFTER a certain
offset, into my buffer?
any help much appreciated, and no this isnt school work (school terms
out anyway) Im just doing this becuase im learning to program and
starting to enjoy writing programs that can do useful stuff
thanks