CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Posts
    127

    c++ source to compression folder

    Dear all
    i had one question would like to ask someone help for folder to compression by c++ program,
    if i had folder call test can how can i compression test to be a test.rar or test.zip ?
    and then how can i uncompression this folder ?

  2. #2
    Join Date
    May 2005
    Posts
    4,954

    Re: c++ source to compression folder

    Look at this thread.

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

  3. #3
    Join Date
    Feb 2002
    Posts
    5,757

    Re: c++ source to compression folder

    check out ziparchive

    http://www.artpol-software.com/zipdoc/Zip.aspx

    Kuphryn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured