CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MikeAThon

Search: Search took 0.55 seconds.

  1. Replies
    8
    Views
    11,869

    Re: simple winsock server advice

    For simple, singly-threaded servers with a UI in MFC, use a CAsyncSocket-derived class. Be aware that the CASyncSocket model will not support a huge number of simultaneous clients. Your practical...
  2. Replies
    8
    Views
    11,869

    Re: simple winsock server advice

    The example posted by VictorN might be too complex for the purposes explained in the OP.

    Simple socket code that should work "out of the box" under any Windows OS can be found in the Winsock...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured