CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Karlovsky120

Search: Search took 0.02 seconds.

  1. Re: How to unzip/zip a file in C/C++ that was compressed using sharpZipLib

    I'm not dealing with files, I have to do it directly from memory. I could store it as a file on disk and read it from there, but that's far from optimal (or acceptable, for that matter). I don't...
  2. How to unzip/zip a file in C/C++ that was compressed using sharpZipLib

    I've been at it for a week now and I'm lost among all the libraries and all the formats which is very frustrating since what I need is very simple.

    I have a file that is zipped using this code in...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured