我需要做 2 个 c++在两个不同平台 Windows Mobile 和 PHP 服务器上压缩和解压缩字符串的脚本
可能的重复:
在哪里可以找到使用 zlib 的示例解压程序?
这些脚本应该使用相同的算法来压缩(或放气)和解压缩(或膨胀)字符串,所以我选择使用 zlib 库来处理这个问题, 我的问题是如何详细使用ZLIB与c++,即在Linux平台上集成和部署。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您已经在另一篇文章中找到了答案,请查找“C++ 跨平台 zlib simplifer-wrapper”...
You already have an answer for this in another post, look for 'C++ cross-platform zlib simplifer-wrapper'...