Using LZMA SDK in C++

Milad picture Milad · Mar 21, 2010 · Viewed 7.5k times · Source

I am trying to use LZMA SDK to compress a file in my program. I have download the SDK but I don't know how to use it. Can anyone tell me what steps I need to take to make this work? Any help would be highly appreciated

I am almost a newbie to C and C++ world

Answer

Chadwick picture Chadwick · Apr 5, 2011

I also had a need to use 7zip in one of my programs, and found the LZMA SDK a little more daunting than I first expected. So I've started a simplified C++ wrapper for it, here. It's currently Windows-only, but if that's your platform you might find it useful.