0

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.

Jongware
  • 22,200
  • 8
  • 54
  • 100
swati
  • 129
  • 1
  • 18

1 Answers1

2

Take a look at the complementary functions ...

... the latter does exactly what you want.

learnvst
  • 15,455
  • 16
  • 74
  • 121