How to extract text from a specific area of a webpage (in Arabic not English) given the url using C/C++?
For example: given the url of this wikipedia article I want to extract the body of the article (highlighted in the image below) and throw away the other parts of the webpage like the heading, the menus on the right and on the left, etc. I only need the body to be parsed into a string.