Thread: lzw decompressor (Gif Decoder) algorithm

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    134

    lzw decompressor (Gif Decoder) algorithm

    Could anybody help me to write an lzw decompressor for gif, use standard function:
    add to dictionary
    search in dictionary etc//
    or just plz write the algorithm plz

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Could anybody help me to write an lzw decompressor for gif, use standard function:
    Most likely yes.

    or just plz write the algorithm plz
    No, though the algorithm can be found with a search of the Web.

    Read about the homework policy
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Implement of a Fast Time Series Evaluation Algorithm
    By BiGreat in forum C Programming
    Replies: 7
    Last Post: 12-04-2007, 02:30 AM
  2. Replies: 4
    Last Post: 12-10-2006, 07:08 PM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM