压缩问题,zlib?
我已经谷歌搜索了很长时间了,但我仍然不知道如何使用 zlib。有人可以给出确切的说明我必须做什么才能使用它吗? (Win7 32 上的 MS Visual C++ 2010)。请不要提供 DLL 版本。 提前致谢!
编辑: 如果有人通过谷歌发现这个,请查看评论!
I've been googling for long time already, and I still dont know how to use zlib. Could someone just give exact instructions what I have to do to use it? (MS Visual C++ 2010 on Win7 32). Please not the DLL version.
Thanks in advance!
EDIT:
In case someone finds this with google, check the comments!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该网站有使用示例。
The website has a usage example.
我不知道这会有帮助,但我的同事前几天在我们寻找 zip 库时发现了这个。看起来很容易使用(最后有一个例子)。
http://www.boost.org/ doc/libs/1_43_0/libs/iostreams/doc/classes/zlib.html
不过,您仍然需要外部库。
I don't know it this will help but my coworker found this the other day when we were looking for a zip library. Looks pretty easy to use (there's an exemple at the end).
http://www.boost.org/doc/libs/1_43_0/libs/iostreams/doc/classes/zlib.html
You still need to have the external library though.