Hello, I was wondering if anyone knew how to read text from a webpage from within C++.
After you first connect to the internet using usual means,
you enter the string e.g. "http://www.bbc.co.uk" and the C++ program reads the information:
"BBC WebsiteThis is the BBC website...."
from the internet.
Would I have to write a program that sends lots of data to and from the modem to do this or is there a simpler way of doing this? Is there some sort of command line program in Windows that does this all for you? Either way if you have any tips of know of any tutorials on the web that would be great.
I would like to know because I think it would be fun to write applications that could read information off the internet, follow links and so forth and I might think of a good game that utilises this.
Thank.
Paul.