I'm thinking about using the 7-Zip format to pack my application files since it's a very compact and popular format. I can't find some tutorials on how to use the C++ SDK, though. I'd like some tutorials that teach me how to:
- Open an archive from memory (buffer) instead of directly from disk.
- Extract individual files inside the archive, to buffer, not to disk.
- Check if a certain file can be found in the archive.