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.
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?
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.