CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    4

    help in writing C++ socket classes to operate asynchronously

    Hi,

    I would be glad if someone please would help me to write classes by using these http://cs.baylor.edu/~donahoo/practi...ets/practical/ libraries to exchange data between client and server programs in asynchronous mode.

    Thanks for your replies,
    Last edited by apollo135; February 15th, 2010 at 03:00 AM.

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: help in writing C++ socket classes to operate asynchronously

    There are probably thousands of class wrappers for berkeley sockets. I would think that a simple search of codeguru would locate dozens:

    http://www.google.com/search?source=...&aq=f&aqi=&oq=

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured