I needed a simple gzip compress/uncompress function but was having trouble finding a good example. I am posting this very simple C++ GZip codec using Zlib in hopes that helps others:
https://github.com/chafey/GZipCodec
PS - I discovered
boost has gzip support after I coded this, definitely use that instead of my code if you can.
No comments:
Post a Comment