How do I read / write gzipped files in C++?

后端 未结 5 894
渐次进展
渐次进展 2020-12-14 03:51

How do I read / write gzipped files in C++?

The iostream wrapper classes here look good, and here is a simple usage example:

gz::igzstre         


        
5条回答
  •  既然无缘
    2020-12-14 04:43

    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

提交回复
热议问题