I want to write a program that reads webpages and so on, I want to be able to enter a URL and have some code that goes out and gets the page, so like if I entered http://www.google.com/ I'd get basically what you would get by going to http://www.google.com/ and clicking view source.
I've seen it done in Python relatively simply, just wondering how I'd do it in C++?