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?
Asked
Active
Viewed 85 times
1 Answers
0
Use zlib. It's probably already available in your development environment. (Which for some reason you are keeping a secret in your question.)

Mark Adler
- 101,978
- 13
- 118
- 158