Re: difference between windows socket and Csocket Class
- From: "Arkady Frenkel" <arkadyf@xxxxxxxxxxxxxxxx>
- Date: Thu, 12 Oct 2006 11:02:25 +0200
Additionally, check your previous questions/threads on this NG for answers
Arkady
"Chris Becke" <chris.becke@xxxxxxxxx> wrote in message
news:OFWJjqd7GHA.2120@xxxxxxxxxxxxxxxxxxxxxxx
"Muhammad Azeem Azam" <MuhammadAzeemAzam@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote
in
message news:03919BE2-EBD2-4513-BFF7-356197ED2CC8@xxxxxxxxxxxxxxxx
what is the difference between windows socket and Csocket Class regarding
functions.
does CSocket class is inherited from windowsockets.
is the implementation of windows socket and Csocket Class is different?
A CSocket - like all of MFC, is a relativly simple wrapper wround a
windows
socket. When your code creates a CSocket, it in turn, creates a windows
socket, but you get a c++ type interface to deal with it. Which has its
plusses if youre obsessed with everything looking like an object. Or
minuses, if you try to do anything with the socket that the CSocket
implementors didn't think of.
.
- References:
- Re: difference between windows socket and Csocket Class
- From: Chris Becke
- Re: difference between windows socket and Csocket Class
- Prev by Date: Re: adding functionality
- Next by Date: Re: native wifi api / MAC address
- Previous by thread: Re: difference between windows socket and Csocket Class
- Next by thread: Re: difference between windows socket and Csocket Class
- Index(es):
Relevant Pages
|