CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2008
    Posts
    38

    Advanced - Compression - Reading - RunTime

    Hi,
    I want to compress my text file in zip,rar or 7z format and read it in run-time but i don't know about this.I want read a string from file in run-time (i.e Read 200 Bytes from compressed text file in my archive from position 100)**

    if you know please explain it for me.If this is impossible please explain other ways for me.

    My text file size is 60MB
    My compressed file is 15MB

    I Search and ask from Dr.Google but Dr tell me the codeguru forum is better than your keywords.

    Please Help me.

    Best Regards,
    David Morez

  2. #2
    Join Date
    May 2008
    Posts
    300

    Re: Advanced - Compression - Reading - RunTime

    Compressed files are nolonger linear usually, and can not be accessed randomly. You need decompress it first.
    Nope

  3. #3
    Join Date
    Aug 2008
    Posts
    38

    Re: Advanced - Compression - Reading - RunTime

    Hi,
    Thanks for your response But I found a link to pushing query to compressed XML files (XQueC: Pushing Queries to Compressed XML Data). I want to write a dictionary software please help me to how can I compress Databases and use this database. if you have any experience please help me.

  4. #4
    Join Date
    Aug 2008
    Posts
    38

    Re: Advanced - Compression - Reading - RunTime

    Please Help me

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