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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -