Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6358407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:22:07+00:00 2026-05-24T23:22:07+00:00

I need to unzip a file while running a C++ program (as described in

  • 0

I need to unzip a file while running a C++ program (as described in Waiting for unzip to finish before carrying on C++ code on a RedHat machine)

To do this I currently do something like this:

system("unzip /usr/bin/File/ZippedFile.gz -d /usr/bin/File/)

Which unzips “/usr/bin/File/ZippedFile.gz” to “/usr/bin/File/ZippedFile” with no problems.

This works fine. However I have noticed that many people seem to say that using

system()

is taboo.

People don’t seem to like it as due to security and system resources (as discussed here: http://www.cplusplus.com/forum/articles/11153/).

But as I want the program to wait until the unzip is complete, is there a viable alternative?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:22:08+00:00Added an answer on May 24, 2026 at 11:22 pm

    You can use plain zlib, or the boost::iostream gzip facility.

    System isn’t wrong per se, but you could also write a replacement for it which doesn’t use the shell with fork, exec, wait and mkstemp. This is cumbersome though. Using boost::gzip_decompressor is the best C++ option to me if you decompress single files. Forking and friends may be better if you need to unzip a directory. Be sure to read about mkstemp.

    For a crash course on fork and exec family: http://www.yolinux.com/TUTORIALS/ForkExecProcesses.html

    For an example of using wait for your child to terminate: http://support.sas.com/documentation/onlinedoc/sasc/doc/lr2/wait.htm

    For reference about creating a temporary directory: http://www.gnu.org/s/hello/manual/libc/Temporary-Files.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to unzip a compressed file on the fly in my program. It
I need to write a batch file to unzip files to their current folder
I'm uploading ZIP file to Amazon S3. Now I need to unzip that file
I want to unzip a file and this works fine system('unzip File.zip'); But I
I need to download and unzip a sitemap.xml file that is compressed (maybe tar
I need to run some code on a Linux machine with Python 2.3.4 pre-installed.
What I need to do is unzip a file, (.gz or .z), read the
I need to get a zip file from an email attachment, unzip it and
I need to unzip file synced through itunes in the documents directory programmatically. There
I need to unzip a compressed file with the command line version of 7zip.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.