Skip to content

libzip++ - A safe modern C++ wrapper on top of libzip - mirror of http://hg.markand.fr/libzip/

License

Notifications You must be signed in to change notification settings

arximboldi/libzippp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libzip++ -- A safe modern C++ wrapper on top of libzip

Introduction

The libzip library is a good C library for opening and creating zip archives, this wrapper provides safe C++ classes around this great library.

The benefits:

  • Automatic allocations and destructions (RAII),
  • Easy way to add files,
  • Easy API,
  • Easy file reading in archive,
  • Convenience, thanks to C++ function overloads.

Documentation

See zip.hpp or build doxygen.

About

libzip++ - A safe modern C++ wrapper on top of libzip - mirror of http://hg.markand.fr/libzip/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%