Thread: File compression

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    35

    File compression

    Acording to the Microsoft documentation the following functions are used to decompress files that were compressed by the Lempel-Ziv algorithm:

    GetExpandedName
    LZClose
    LZCopy
    LZInit
    LZOpenFile
    LZRead
    LZSeek

    oK but, is there a way to compress files programmatically? If there isn't, how can I compress files so that I can decompress them later using the API described before?

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Implement your own the algorithm.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  3. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  4. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  5. Hmm....help me take a look at this: File Encryptor
    By heljy in forum C Programming
    Replies: 3
    Last Post: 03-23-2002, 10:57 AM