Zlib question in comp.compression
Posted by Mark Nelson on 22nd June 2005 | Permanent Link
A poster in comp.compression wondered “where can I find C++ wrappers for Zlib?” A reasonable question, (although not very hard to answer!) Zlib maven Mark Adler answered with a pointer to the contributed software section of the zlib distribution, available on the zlib distribution site. I might also point out that I had an article called zlib - Looking the Gift Code in the Mouth back in the day that has a reasonably good wrapper class.
This definitely comes under the category of a FAQ. Fortunately, zlib is is simplicity personified, so it’s easy to create a good wrapper. So easy that everyone does it!