I am trying to find a lib that will allow me to produce a zip file. I have a list of files that I want to place into the archive. The first suggestion I had was to use boost with zlib, however that turned out to be a dead end. I also looked at zziplib, however its a read only lib.
If anyone has any experience with doing this, and had used a lib successfully before I would love to hear about it.
This is for a C++ project in MSVC9, and the lib must be free to use commercially.
Use zlib without boost. Zlib is pretty much the easiest way to deal with ZIP files in tight memory and time, but it is a C library and most attempts to C++ify it have fallen down miserably and just made more trouble than simply biting the bullet and working with pointers and so forth.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With