Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!ulysses!hector!ekrell From: ekrell@hector.UUCP (Eduardo Krell) Newsgroups: comp.lang.c++ Subject: Re: TCP/IP in C++? Message-ID: <11209@ulysses.homer.nj.att.com> Date: 12 Feb 89 16:19:54 GMT References: <4800053@m.cs.uiuc.edu> Sender: netnews@ulysses.homer.nj.att.com Reply-To: ekrell@hector.UUCP (Eduardo Krell) Organization: AT&T Bell Laboratories Lines: 14 In article <4800053@m.cs.uiuc.edu> rchen@m.cs.uiuc.edu writes: >Does anyone have implemented TCP/IP in C++? After a few weeks of working >on building C++ modules for NetBIOS, I would imagine a C++ TCP/IP module >would be simply beautiful for our project. Any help would be appreciated. What does TCP/IP in C++ mean? The TCP/IP drivers are part of the kernel in BSD systems and are written in C. socket() et. al. are system calls and you can call them from a C++ program provided you have the right function definitions in your system C++ header files. Eduardo Krell AT&T Bell Laboratories, Murray Hill, NJ UUCP: {att,decvax,ucbvax}!ulysses!ekrell Internet: ekrell@ulysses.att.com