CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Socket

  1. #1
    Join Date
    May 1999
    Posts
    2

    Socket

    Hi
    I want to create a Client/Server Application but with my own protocol.
    I have problems with creating the server apps.
    Someone tells me to use accept%2

  2. #2
    Join Date
    May 1999
    Posts
    19

    Re: Socket

    You should take a look at some of the Microsoft socket examples:

    MFCSOCKS: http://support.microsoft.com/support...ads/DP3133.ASP

    Message-Oriented TCP and Multithreaded Client/Server: http://support.microsoft.com/support...ads/DP3296.ASP

    There's also a chat example, which I can't seem to find right now.

    -- Matt




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