I'd recommend ZipLib.
Personal reasons why I love this project:
- built around c++11 stl streams (e.g. decompresses into STL streams!)
- lightweight (no dependencies other than zlib)
- can be used on both windows & linux
It took me a long time to find this project -- hope this helps someone.