I am trying to have my C-program enabled to get a webpage(html) from internet, and store the downloaded html-code in a file on my disk. It is easy to save the html-code to disk, but I can not figure out
how to make my program get the webpage from internet ? What library should I use, and wich function(s)? Is there an easy way to do this?