开发者

C++ wrapper code to extract .zip file?

开发者 https://www.devze.com 2023-02-01 17:47 出处:网络
I want to unzip the .z开发者_StackOverflow中文版ip file. can anyone suggest me good C++ wrapper for it ?QuaZIP - Qt/C++ wrapper for ZIP/UNZIP packageCan\'t go wrong with zipios++For Qt/Embedded I have

I want to unzip the .z开发者_StackOverflow中文版ip file. can anyone suggest me good C++ wrapper for it ?


QuaZIP - Qt/C++ wrapper for ZIP/UNZIP package


Can't go wrong with zipios++


For Qt/Embedded I have used libzip which works on all platforms.


There are also several answers on this other SO question worth looking at:

  • https://stackoverflow.com/questions/4518129/qt-classes-to-zip-unzip-files

I haven't used any yet, but have looked carefully at the docs of several, and for handling entire archives of multiple files, it looks like OSDaB provides the easiest solution.

0

精彩评论

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