Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Is there a RAR compression library around?

Is there a RAR compression library around?

Scheduled Pinned Locked Moved C / C++ / MFC
algorithmsquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Li kai Liu Angus
    wrote on last edited by
    #1

    Hi, As title. I know that there are a few ZIP compression libraries either freely or commercially available. But I couldn't find RAR compression ones, simple source codes, or even books about this compression algorithm as I have the needs to handle RAR files in my program. So, just wondered if someone knows it. Thanks:)

    M 1 Reply Last reply
    0
    • L Li kai Liu Angus

      Hi, As title. I know that there are a few ZIP compression libraries either freely or commercially available. But I couldn't find RAR compression ones, simple source codes, or even books about this compression algorithm as I have the needs to handle RAR files in my program. So, just wondered if someone knows it. Thanks:)

      M Offline
      M Offline
      Mike Nordell
      wrote on last edited by
      #2

      ykliu wrote: But I couldn't find RAR compression ones, simple source codes, or even books about this compression algorithm as I have the needs to handle RAR files in my program. How odd, a commercial compression library with a proprietary compression algorithm isn't freely available. Serisouly, since its proprietary you won't find any free implementations of it. For free implementations I'd say that for fast compression I recommend you have a look at LZO. For reasonable time/space you should probably use zlib. For better compression you should probably have a look at bz2.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups