I want to manipulate .zip and .rar files from C++. What libraries should I use?
Share
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.
zlib and minizip, yes. minizip was last updated in 2005. Some facts about version 1.01e:
boost::iostreams also is a good choice.
Open Source Ogre3d has implementation of zip decompressor, you can read it.