Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpfcdc!hpldola!hpctdlb!hpctdls!jeff From: jeff@hpctdls.HP.COM (Jeff Hughes) Newsgroups: comp.lang.c++ Subject: client/servers and C++ Message-ID: <1990006@hpctdls.HP.COM> Date: 22 Mar 89 01:04:36 GMT Organization: Hewlett-Packard CTD, Colo. Spgs. Lines: 9 Hello, I have been trying to implement a client/server application using C++. It appears to me that the current version of C++ does not support system calls such as bind, accept, socket, etc. When I try to compile I get errors saying that these functions are undefined. Does anyone have some information on client/servers and C++? Thanks in Advance, jeff@hpctdkz.HP.COM