Visual Studio 2010或2012的gzip源代码 [英] gzip Source Code for Visual Studio 2010 or 2012

查看:138
本文介绍了Visual Studio 2010或2012的gzip源代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人在Windows visual studio 2010或2012下运行GZIP的源代码?

Hi, does anyone have source code for GZIP running under windows visual studio 2010 or 2012?

推荐答案

当然,但它是C,而不是C ++ : http://www.gnu.org/software/gzip/ [ ^ ], http:/ /www.gzip.org/ [ ^ ]。



尽管如此,您可以在C ++项目中编译此代码。不幸的是,没有MSBuild项目文件,你必须自己创建一个。



但是,GZIP实现包含在boost中,这是一个C ++库集。请参阅:

http://www.boost .org / doc / libs / 1_53_0 / libs / iostreams / doc / home.html [ ^ ]。







差点忘了!还有另一个开源产品,它立即支持GZIP,用C ++编写。这是着名的7-zip:

http://en.wikipedia.org/ wiki / 7-zip#Other_supported_formats [ ^ ],

http://www.7-zip.org/ [ ^ ]。



很可能,您甚至可以按原样使用它。当然,它可以以仅控制台的形式运行。我更喜欢7拉链。



-SA
Of course, but it''s C, not C++: http://www.gnu.org/software/gzip/[^], http://www.gzip.org/[^].

Nevertheless, you can compile this code in a C++ project. Unfortunately, there are no MSBuild project files, you have to make one by yourself.

However, GZIP implementation is included in boost, which is a C++ set of libraries. Please see:
http://www.boost.org/doc/libs/1_53_0/libs/iostreams/doc/home.html[^].



A almost forgot! There is another open-source product which supports GZIP immediately, written in C++. This is the famous 7-zip:
http://en.wikipedia.org/wiki/7-zip#Other_supported_formats[^],
http://www.7-zip.org/[^].

Chances are, you can even use it as is. Of course, it can be run in console-only form. I would prefer 7-zip to anything else.

—SA


这篇关于Visual Studio 2010或2012的gzip源代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆