C++ library for reading and writing Zip files using streams
Zipios is a small C++ library for reading and writing zip files. The structure and public interface are based (somewhat loosely) on the java.util.zip package. The streams created to access the individual entries in a zip file are based on the standard iostream library.
Homepage: https://snapwebsites.org/project/zipios