`QuaZIP` is a simple `C++` wrapper over Gilles Vollant's ZIP/UNZIP package that can be used to access ZIP archives. It uses the `Qt toolkit`.
QuaZIP is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library.
It provides an abstraction of the ZIP/UNZIP API for reading writing ZIP archives
and allow you to access files inside ZIP archives using QIODevice
API.
- Github Repository: QuaZip
- Documentation