Hi, I have been working with C++ for the past few months and I have recently been working on a program to search for a string in a text file, and replace that string with a new string. I have tested the program with some text files and it works. However, the file that I will be using in practice will be inside a zip folder, and I get errors whenever I try to open a file that is in a zip folder.
How can I get inside a zip folder to edit a text file? I think I have to use a library, but I have no experience downloading or using new libraries. I am making this code in visual studio if that helps.