Hi,
I am working on one application in which i need to read the contents of one file test.tar.gz which has 50000 files. I know the names of files inside but i don't want to unzip it. I want C++ program to read the file test.tar.gz and read the content of one of the file ( let' day sample1.txt ), so that it can be very fast. How can i do it? Please help.
Thanks
I am working on one application in which i need to read the contents of one file test.tar.gz which has 50000 files. I know the names of files inside but i don't want to unzip it. I want C++ program to read the file test.tar.gz and read the content of one of the file ( let' day sample1.txt ), so that it can be very fast. How can i do it? Please help.
Thanks
Comment