Compressing the final output data into gzip format

87 views Asked by At

I am getting the final output data in C++ as a string.....Need to compress that data in gzip format.Can someone tell me the way about how to implement it?

1

There are 1 answers

0
Mark Adler On

Use zlib. It's probably already available in your development environment. (Which for some reason you are keeping a secret in your question.)