Possible Duplicate:
Where can I find an example unzipper using zlib?
Those scripts should be with the same algorithm for compression (or deflating) and decompression (or Inflating) Strings ,So i choose to use the zlib Library to handle this issue,
My question is how to use ZLIB with c++ in details ,i.e integrating and deploying on a Linux platform.
You already have an answer for this in another post, look for ‘C++ cross-platform zlib simplifer-wrapper’…