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?
Compressing the final output data into gzip format
87 views Asked by user1087145 At
1
Use zlib. It's probably already available in your development environment. (Which for some reason you are keeping a secret in your question.)