0

Say i have a program zip.exe which compresses a folder on the commandline as follows:

c:\zip.exe folder folder.zip

It creates a file folder.zip

Is it possible to complie zip.exe as a function in c\c++ as one program instead of something like:

system("c:\zip.exe folder folder.zip");
drescherjm
  • 10,365
  • 5
  • 44
  • 64
Ombre
  • 21
  • 4

0 Answers0