zLib compression library-->c++.net?
Hi All,
Anyone seen a zLib compression library or source code that is c++.net equivalent? I can only find C and C#.
Either zLib or any equivalent compression library or source that will allow the .zip format.
Any suggestions would be outstanding.
Thanks,
Todd
[300 byte] By [
toddm123] at [2007-11-19 7:31:59]

# 1 Re: zLib compression library-->c++.net?
Managed Components are interchangeable.
Meaning you can use a c# class library in mc++ or vb.net. If you have the code simply convert it if you don't want have to use it from a class library.
You might wanna check out SharpZipLib.
http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
Jinto at 2007-11-9 12:05:05 >
