I have this URL-request string coming as input:
url=http%3A%2F%2Fwww.ohmert.com%2Fopencar%2Ffetch-examples%2Fexample-fetch.json
Using C or C++ I need to parse this and get the output as
http://www.ohmert.com//opencar/fetch-examples/example-fetch.json
Please respond as to how I can achieve this.