Thread: Good ZIP library?

  1. #1
    Registered User
    Join Date
    Dec 2013
    Posts
    241

    Good ZIP library?

    Hi all!!
    can anyone recommend a good ZIP manipulating library? I work on windwos OS so cross platform-ness is not a player here.

    I need it to:
    1) zip together some files or create empty zip files
    2) unzip files
    3) give the entries a zip has
    4) object oriented API
    5) Free (I don't have problem include credits etc.)

    not mendatory-extras:
    1) support other deflating formats (7z, rar. , etc.)
    2) cross platform libraty is a plus

    what disgust me:
    1) evil C api's
    2) complicated api's for simple zipping/unzipping

    so, as you might guess I didn't find such C++ library . :/
    any recommendations?

  2. #2
    Registered User
    Join Date
    Mar 2015
    Posts
    184
    Have you looked at boost iostreams?

  3. #3
    Registered User
    Join Date
    Dec 2013
    Posts
    241
    I will take a look, but I don't use boost in my projects, so I'm not so fond of being dependent in such huge framework just for zip manipulations..

  4. #4
    Registered User
    Join Date
    Mar 2015
    Posts
    184
    Zlib Filters

    Check out the example at the bottom. Looks like iostreams has a simple c++ zlib wrapper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. a few good vc++ extension library
    By jackonlyone in forum Windows Programming
    Replies: 0
    Last Post: 04-12-2010, 09:55 PM
  2. Is there any good GUI library for C++?
    By sarah22 in forum C++ Programming
    Replies: 2
    Last Post: 08-01-2009, 06:42 AM
  3. A good graphics library?
    By Devils Child in forum C++ Programming
    Replies: 44
    Last Post: 01-26-2008, 10:44 AM
  4. Good Image Library
    By e66n06 in forum C Programming
    Replies: 7
    Last Post: 09-24-2007, 09:36 AM
  5. good vector library
    By rotis23 in forum C Programming
    Replies: 4
    Last Post: 10-08-2002, 11:49 AM