On Wed, Dec 20, 2006 at 05:12:51PM -0000, Liam wrote: > 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 a 32-bit DOS compiler, so it's fairly unlikely. You should find a compiler suitable for the operating system you're using, eg. Dev-C++ for Windows.
