Hi guys. I want to write a C++ program to extract the .RAR files. I got the sources of unrar from their official website WinRAR archiver, a powerful tool to process RAR and ZIP files but have no idea about their implementation in a C++ code.
I never used a third party library in my programs. So I got the sources but have absolutely no idea on "HOW TO IMPLEMENT THEM IN A PROGRAM".
So can anyone help me at least with a starting point..??
Thanks in advance.