Anyone familiar with .NET will know that one can download web pages using the WebClient and WebResponse classes, and then reading the HTML stream character by character (similar to reading in file streams).
Is there a way to do this in DJGPP? I'm writing a game that downloads a lot of data from the web - this would be useful. Regards, Liam
