Tagged Questions
3
votes
2answers
825 views
Zlib compression in boost::iostreams not compatible with zlib.NET
I want to send compressed data between my C# to a C++ application in ZLIB format. In C++, I use the zlib_compressor/zlib_decompressor available in boost::iostreams. In C#, I am currently using the ...