Restored from previous forum. Originally posted by El_Choni.
For the format, look at http://www.wotsit.org. Fred's right, but if you can do it in good optimized assembly (and you have time to do it), you'll make it faster. Good luck anyway.
Restored from previous forum. Originally posted by freak.
A Lib for Zip support would be really great!
I've tried to use the dll Version of 'zlib', for some time now, but
as the Manual is quite short, and I am no C guy, I failed, and now have
to call a CommandLine Version of a Zip Tool instead.
Restored from previous forum. Originally posted by CoderLaureate.
I've done some Zip File manipulation using Java. I haven't worked on a C++ project, in a couple years. Let me take a look at the ZLIB stuff, and see what I can come up with.
Restored from previous forum. Originally posted by CoderLaureate.
Holy crap!
I'm looking at the documentation for the ZLIB compression library. Browsing through the source code. This uses a lot of terminology from the old Intel segmented memory 286 days.
It'll take some time to figure some of this stuff out, and I'm a little busy right now.