Copying two files in a third one…
Page |
3 |
It was mostly a general question, if there is any way for an application to provide files in an archive :)
Not about concatenation itself…just the zipping process.
Grmbl!
Then please, why do you only say that now? Why do you send us down a different road, trying to answer the question you asked instead of the question you have? Please spend a bit more time formulating your actual question in the future; describe what you want to achieve, not how you think you might achieve it. That will make us spend our time more efficiently.
Anyway, working with ZIP files is a FAQ [developer.qt.nokia.com] on this site. There is plenty [developer.qt.nokia.com] to be found on this site on this topic.
Relax, we are all flawed by design – that is what life is for, polishing those flaws ;)
Take a look here:
http://www.7-zip.org/sdk.html
LZMA SDK includes: C++ source code for .7z compression and decompression (reduced version)
This is no longer Qt territory, but you can easily integrate the 7zip library and use it in your Qt project.
A final word of advice, don’t think, not even for a moment, that you will be able to avoid the hard work of digging through the documentation, all the examples you see cover at best the very basics, learning to find what you need in the DOC is MANDATORY if you really intend to become a programmer.
Good luck.
You must log in to post a reply. Not a member yet? Register here!



