+ 3
How do get information from internet in C++?
I want to connect to internet and get information from a webite?
1 Answer
+ 3
You can make your program acting as a client requesting html page or you have to use the web api for the specific site (if available to the public).