creating zip file from a folder - in c++

假装没事ソ 提交于 2020-01-01 19:41:06

问题


I want to create a program that , when executed, will compress a selected folder.

Can it be done?


回答1:


If you don't want to use boost, there's also zlib, along with minizip, which is a wrapper around zlib for managing zip files.




回答2:


In C++ probably the best option is to go to the Boost library. You can find it here.



来源:https://stackoverflow.com/questions/1198717/creating-zip-file-from-a-folder-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!