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
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
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
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.
--
4 matches
Mail list logo