At Wednesday 4/2/2008 01:14 PM, you wrote: >Hello, >thanks for your responce. i tried the code of the mark nelson but i >am having a problem related to that. > >I complied the code on turboC on windows platform.When i am giving >the input file to compress, the compressed file is coming as empty >(test.lzw) but the decompressed file is similler to the original one. >I am not able to understand whats the reason is .. >please give your comments > >Thanks >Sagar
TurboC is an extremely old compiler and does not conform to the ANSI standards. It also does not generate correct code for Windows. It creates code for DOS. You should get a recent compiler. There are several free ones from which to choose. e.g. Microsoft Visual C++ Express 2003 http://www.microsoft.com Dev-C++ http://www.bloodshed.net Also, please reply to the list and not directly to me. ~Rick >----- Original Message ---- >From: ~Rick <[EMAIL PROTECTED]> >To: [email protected] >Sent: Wednesday, 2 April, 2008 8:50:34 AM >Subject: Re: [c-prog] Regarding Adaptive Huffman and LZW algorithm code in C > >At Wednesday 4/2/2008 11:05 AM, you wrote: > >Hello, > > > >I am working on a project related to lossless data compression using > >Adaptive huffman algorithm and LZW algorithm. > >I have written some code but its not working propely. > > > >So i request if any one have C code for this two algorithm please > >share with me. > >It will help me a lot. > > > >Thanks > >Sagar > >Did you Google? There are MANY references. Here are a few: > ><http://en.wikipedia.org/wiki/LZW>http://en.wikipedia .org/wiki/ LZW > >http://marknelson. us/1989/10/ 01/lzw-data- compression/ This has c >code lower in the article. > >~Rick > > > Save all your chat conversations. Find them online at > > > <http://in.messenger.yahoo.com/webmessengerpromo.php>http://in.messenger > .yahoo.com/ webmessengerprom o.php > > > >[Non-text portions of this message have been removed] > > > > > >----------- --------- --------- ------- > > > >To unsubscribe, send a blank message to > ><mailto:c-prog-unsubscribe@ yahoogroups. com>.Yahoo! Groups Links > > > > > > > > > > >Bring your gang together - do your thing. ><http://in.rd.yahoo.com/tagline_groups_2/*http://in.promos.yahoo.com/groups>Start > >your group. [Non-text portions of this message have been removed]
