开发者

Zipping multiple Files in C++

开发者 https://www.devze.com 2023-02-05 12:51 出处:网络
I need a zip library (or a function) that can zip\\unzip a few files, i tried zlib or gzip I can\'t find a solution to开发者_开发问答 archive more than one file in a single .zip (or .tar, or .gzip).

I need a zip library (or a function) that can zip\unzip a few files, i tried zlib or gzip I can't find a solution to开发者_开发问答 archive more than one file in a single .zip (or .tar, or .gzip).

Does anyone have ideas?


zlib can't on it's own, there is minizip in the contrib dir

Or you can use the newer zzlib library


Minizip could do that.

0

精彩评论

暂无评论...
验证码 换一张
取 消