From: "James Salim" Newsgroups: comp.os.msdos.djgpp Subject: TCP/IP Date: Fri, 23 Apr 1999 19:04:54 +1000 Lines: 9 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 NNTP-Posting-Host: modem119-syd-isp-6.one.net.au Message-ID: <37203715.0@pink.one.net.au> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've seen some C/C++ program that could access TCP/IP, it has got include file like socket.h, etc. Its not available with DJGPP. I'm a beginner in C, what I think i'm missing is the library for socket programming. Please advice me of what I should do to be able to start programming on TCP/IP. Any help would be very much appreciated.