I am searching for a few days a library that just has to move all the files in a ZIP archive, to another in C++. I found libzip, but it it is better just for some files that you know the names. I don't care of the steps between the archive A and the archive B, as long as it doesn't take too much time. (and if possible, it will remove the files in its temporary folder). And I prefer a portable library.
Thanks you!