Please recommend a C++ compression (zip) library for a commercial, closed-source application. So, not a GPL license.
This is for my day job…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I know you said C++, but zlib is a very permissively licensed C library that you could use directly from a C++ app.
If I recall correctly, there are various ‘iostream-like’ wrappers around zlib available, too.