Programmatically reading a web page

前端 未结 6 1593
别跟我提以往
别跟我提以往 2020-11-28 03:38

I want to write a program in C/C++ that will dynamically read a web page and extract information from it. As an example imagine if you wanted to write an application to foll

6条回答
  •  温柔的废话
    2020-11-28 04:29

    Try using a library, like Qt, which can read data from across a network and get data out of an xml document. This is an example of how to read an xml feed. You could use the ebay feed for example.

提交回复
热议问题