C++ wrapper code to extract .zip file?
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.
精彩评论