简体   繁体   中英

Get HTML data to program(C++)

Hi i would like to add some function to my app. How it is possible to get data from web page. For example i login to webchat which is ofc https secure. And now there is some table with user replies.

How it is possible to get the table or some other html component, data to my C++ program. Its SSLed, so we dont want to sniff http.

What should i do?

Maybe have a look at Qt's WebKit component . It provides access to the web like a browser and you can access the elements of the retrieved page later on in your C++ code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM