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
    Jan 2005
    Posts
    17

    Socket

    Hi guyz
    i m new to socket programming. i tried some programmes, but i m not getting the expected result.

    I created a server and a client.

    the client is connecting to the server oncee executed but if i send any message to client from server or vice-versa. i m not getting anything.

    the buffer empty

    what could b the problem
    can any one help me...

    i used

    BSD socket apis in vc++

    how to use CSOcket

    p Somasundaram

  2. #2
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    628

    Re: Socket

    can you post some of the code?

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