From: "DRUDD" Newsgroups: comp.lang.basic.misc,comp.os.msdos.djgpp Subject: Re: Compression Library Date: 17 Oct 1997 00:16:08 -0700 Organization: Primenet Services for the Internet Lines: 26 Message-ID: <01bcdacc$e0278080$2916a5ce@default> References: <6261dl$4a7 AT bgtnsc02 DOT worldnet DOT att DOT net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > Hi, > > I am looking for a (de)compression library written in either C or BASIC. > Source code would be greatly appreciated. > > Also, would like the actual algorithm used because I am planning maybe to > create my own decompression utility to be included in my programs. > > Any suggestion on the subject would be appreciated. > > > I did a research paper on this subject a while back.... let me see if I can find the stuff.... The Data Compression book 2nd edition by Mark Nelson was an excellent resource... but if you're on the cheap, check out his web site, you can download a lot of his code http://web2.airmail.net/markn/ also check out this massive page of compression links: http://www.internz.com/compression-pointers.html hope this helps!