Writing multiple files to a single binary file

I want to write multiple files like images and text to a single binary file that can then be read by another program. Can someone point me to some good tutorials to learn this?

Current all I have been able to find is text file to a single binary file.

Thanks
Last edited on
Zip compression algorithm is open source, use that.
Topic archived. No new replies allowed.