-----Original Message----- From: [email protected] on behalf of Brett W. McCoy Sent: Wed 12/20/2006 2:41 PM To: [email protected] Subject: [SPAM] - Re: [c-prog] Web streams in DJGPP - Email found in subject 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 -----Original Message----- I bet that DJGPP will compile wget. Why don't you try analyzing wget's code? http://www.gnu.org/software/wget/
