I am having trouble opening a webpage

I have been looking online all over and I can't seem to find out how top open a website file, based on the url. All I want is the html file, I only want to be able to read it. Any help is appreciated, thanks.
Well go to that page, right click and View source, so you read it....

Or download and open with Web Browser(IE, Fire FOx etc)

or with a html reader.

lots of possibilities... -_-'!

WHy do you post that kind of urgency here?

Hope this help you.... :D

PSPMAN90
I am wanting to open the webpage from the web, using c++. I know that I can download the page if I wanted too, but I wan't to set it up to read the page from the website so that if I change the website the program changes accordingly. All I need is to open the webpage, from the web inside of my c++ program. And What kind of Urgency are you talking about?
You have to use network programming. Create a TCP/IP connection to the website, then issue the appropriate HTTP request.
Is there some kind of library or header file that would be good for me to look up that would get me started? Because that is where I am stuck, I can't seem to find anything on google that will help.
Take a look to this site:
http://www.alhem.net/Sockets/
especially to this source
http://www.alhem.net/project/example6/httpget.cpp

Topic archived. No new replies allowed.