Click here to Skip to main content
15,892,575 members
Articles / Desktop Programming / MFC

DecompressLibrary - A General Library to Decompress a zip, gz, or tar.gz File into a Memory Buffer

Rate me:
Please Sign up or sign in to vote.
4.93/5 (40 votes)
21 Feb 2018CPOL1 min read 104.3K   4.7K   98  
A library that provides an easy to use class (CDecompressLibrary) that will detect and decompress into memory buffers an archive file (zip, gz, tar.gz).
========================================================================
    STATIC LIBRARY : DecompressLibrary Project Overview
========================================================================

AppWizard has created this DecompressLibrary library project for you. 
No source files were created as part of your project.


DecompressLibrary.vcproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder elapseit
Romania Romania
Old time developer, now managing partner at elapseit (https://elapseit.com)

Comments and Discussions