Friends,
I am actually reading a set of files in C program. Once i finish performing some transformations I need to ZIP and Tar these input files. Right now the idea i have is using a SYSTEM command to run the UNIx command.
Do we have any better way of doing this instead of SYSTEM command ?
thanks for your input.
Logic
I am actually reading a set of files in C program. Once i finish performing some transformations I need to ZIP and Tar these input files. Right now the idea i have is using a SYSTEM command to run the UNIx command.
Do we have any better way of doing this instead of SYSTEM command ?
thanks for your input.
Logic