answersLogoWhite

0

The simplest method is to invoke a third-party unzip program via a system call. If you don't know if the required unzip program will be available on the target machine, you will need to licence an open source unzip library such as 7zip. This will allow you to unzip without making a system call.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

What is bak in C programming?

Nothing, but as a file-extension it means backup.


What is a scatter file in c or c double plus programming?

helps you to organise the memory as you want


How can I create music using C programming language?

You can create music using the C programming language by utilizing libraries like NAudio or MIDI.NET to generate and manipulate sound. These libraries allow you to create and play musical notes, melodies, and rhythms programmatically, giving you the ability to compose music through code.


Wap to copy one file to another in C programming?

#include<stdio>


Examples on structures of C programming?

'struct tm' (time.h) and 'FILE' (stdio.h)


What is a scatter file in c or c plus plus programming?

Scatter File is a linker script file used by RVCT/Keil for ARM processors. It is used by arm linker.


What are the four file commands required to read and write to a file in C programming?

fopen, fread, fwrite, fclose


What has the author Mark Walmsley written?

Mark Walmsley has written: 'Programming in Java' 'Graphics programming in C++' -- subject(s): C++ (Computer program language), Computer graphics, Microsoft Windows (Computer file) 'Internet Programming in C++'


How do you use dos prompt in C programming for turbo c compiler?

Use "OS Shell" from File menu.


How do you get apple application support folder?

unzip the itunes10p5setup.exe and there will be an Appleapplicationsupport.msi installation file. install it and the folder will be located in c:\program files\common files\apple...


Where can one learn to manipulate a C file?

C programming is one of the most popular forms of programming and there have been many books written on the subject. You can learn how to manipulate one of these files from a book like C Programming: A Modern Approach by K.N. King.


Can static variables be declared in a header file in C programming?

Yes (but usually it is a bad idea).