YACL
Posted by Mark Nelson on 22nd November 2005 | Permanent Link
The CodeProject web site has a post from Marius Daniel Ciorecan, who thought the world needed another compression library, or should I say, a Decompress Library. Why Marius? Well, here’s why:
I developed this class because I needed a general class that will detect internally if a file is an archive, and then read the compressed files contained in the archive. For Zip and gz archives, I found the source code on CodeProject, in the articles of Hans Dietrich and Jonathan de Halleux.
Okay, that’s good enough for me. Good C++ software donated directly to the public domain with no restrictions.