I am working on a program that reads the headers from a curl perform and searches for a particular header and if found, gunzip the content part and search for another string in the content. i need to implement the last part. rest is done. is there a way to unzip the contents from inside the c++ program and save the result to another string and search that string?
code snippets would be good. thanks.