Click here to Skip to main content
15,897,891 members
Articles / Programming Languages / C#

LZW Compressor Byte Problem

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
19 Nov 2012CPOL 4.1K  
Hey guy's!I've been working in a LZW compressor in c# and i've got some problems...So i build the dictionary initialy with the 255 known codes and then i star coding... the problem is for example when i try to code the int 256 to a byte this gives problems :S can someone help me...

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available Yes 19-Nov-12 23:05 Available SSilver009
Updates in content. 1 changes had been made.
2 No 19-Nov-12 2:26 Available SSilver009
Updates in content. 1577 changes had been made.
1 No 12-Nov-12 15:18 Available SSilver009

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions