Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

socket help

Options
  • 17-03-2005 10:42am
    #1
    Closed Accounts Posts: 1


    hai every one

    do any one know how to send the information obtained from c++ to
    java using socket program(TCP/IP) it will be helpful if u post it this.i have done socket program in c the client java as the server


Comments

  • Registered Users Posts: 4,003 ✭✭✭rsynnott


    pyar wrote:
    hai every one

    do any one know how to send the information obtained from c++ to
    java using socket program(TCP/IP) it will be helpful if u post it this

    Create a socket on either side, send information (probably in text form, to avoid endian issues and such) between one and the other. For info on HOW to do this, google java sockets and <your OS> sockets.


Advertisement