Compressing the final output data into gzip format

119 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 best solutions below

0
On

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