On 12/20/06, Liam <[EMAIL PROTECTED]> wrote: > 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.
DJGPP is just a variant of gcc, isn't it? There are lots of C or C++ libraries for doing networking... I'd start with libwww if you specifically want to work with the web: http://www.w3.org/Library/ -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
