Re: socket programming in c++

1999-06-02 Thread Allan M. Wind
On 1999-06-02 11:06, Jens B. Jorgensen wrote: > Why yes it does. If you'd like something a little more OOish check > out the ACE library (created by Doug Schmidt). Where to get it? > Can't think of it at the moment, but I think Doug did this at the > Univ. of Washington so maybe try there. The lib

Re: socket programming in c++

1999-06-02 Thread Jens B. Jorgensen
Why yes it does. If you'd like something a little more OOish check out the ACE library (created by Doug Schmidt). Where to get it? Can't think of it at the moment, but I think Doug did this at the Univ. of Washington so maybe try there. The library is supposed to be pretty good. I've never used

Re: socket programming in c++

1999-06-02 Thread Carl Mummert
You canuse the same libraries in C++ that you use in C, just like you can use the C stdlib functions in C++. If you look around, you can find classes that wrap the socket api into OO form. But these will call the C api themselves. Carl

socket programming in c++

1999-06-02 Thread Shao Zhang
Hi, Can anyone please tell me if C++ uses the same library as C for socket programming?? ie. Are there a different set of function calls equivalent to C's send, recv... and so on?? Thanks. Shao. --