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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -