From: "Francis Huang" Newsgroups: comp.os.msdos.djgpp Subject: Windows Internet and Winsock Programming Date: Fri, 30 Jul 1999 12:51:18 -0500 Lines: 7 Message-ID: <7nsml2$dfb$1@autumn.news.rcn.net> X-Trace: cN6xNDJJ2i+0BrCR/ZA+UKbcU8hzKDyfCcnwlOSsbYc= X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 30 Jul 1999 17:16:18 GMT X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MSMail-Priority: Normal X-Priority: 3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Where is a good source for finding out how to fetch a web page from an http server? I want to write a program that gets a web page as input, then downloads all the links to that webpage, thus allowing for offline viewing. Should seem to be a simple task, just that I need some straightforward documentation on it.