c++ - Extracting a gz file content with zlib and save it -


i want uncompress gz file (e.g. "myfile.gz") , saving content in specified path using zlib in c++.

in other words, if path "c:\storeddata\", write c++ function creates file "c:\storeddata\myfile"

how can write it?

i not understand problem here. once data uncompressed, can write anywhere want using file stream. if facing issues, can edit post. sorry post answer, can't add comments.


Comments