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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

socket help

  • 17-03-2005 9: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, Registered Users 2 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