How do I read / write gzipped files in C++?
The iostream wrapper classes here look good, and here is a simple usage example:
iostream
gz::igzstre
I had this trouble as well with old GCC compiler. I just fixed this by making a header only version of gzstream which should be easier to use.
https://gist.github.com/1508048