Results 1 to 2 of 2

Thread: Sockets in VC++

  1. #1
    Junior Member
    Join Date
    Nov 2007
    Answers
    4

    Sockets in VC++

    What is the difference between CSocket class and CAsyncSocket class in VC++? When should they both be used?


  2. #2
    Contributing Member
    Join Date
    Oct 2007
    Answers
    88

    Smile Re: Sockets in VC++

    Quote Originally Posted by gReaen View Post
    What is the difference between CSocket class and CAsyncSocket class in VC++? When should they both be used?
    Class CSocket derives from CAsyncSocket and inherits its
    encapsulation of the Windows Sockets API. A CSocket object
    represents a higher level of abstraction of the Windows
    Sockets API than that of a CAsyncSocket object. CSocket
    works with classes CSocketFile and CArchive to manage the
    sending and receiving of data


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact