16 Sep
2007
16 Sep
'07
9:06 p.m.
Hello all, I'm newbie to boost::iostreams library. I'm trying to unzip a .zip file. for that I'm using iostream's zlib_decompressor class to inflate it. I'm using the sample code provided in the documentation. What I was getting is an exception (zlib error). My question is can i use boost::iostreams classes for unzipping a .zip file.? If so how? a small sample snippet would be helpful. Thanks in advance, Surya