|
-
Aug 27th, 2000, 03:58 PM
#2
open them both for binary access...
open the destination file as append...
write a long integer to the start of the file with the length of the first picture in bytes, and then add both the pictures.
when you need to read them out again, just get the long integer out first, and then read that many bytes (then you'll have the first picture), then the rest will be entirely taken over by the second picture.
Phew!
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
|