Socket Communication between java client and c++ server
HI,
In my project,I want to do the following:
1.Sending datas from client to server.
2.Getting the response from server to client.
I written the client in java.but the server is in c++.
Is it possible to communicate with the server using java codings itself?
Im able to send the data from my java client to the server.
but unable to get back the datas from server to client.
Can anyone tell me how to do this?
thanks a lot
How to pass structure between Java client and c++ server using socket
Hi,
I have a Java client (JSP) and wanted to communicate with c++ server and pass a data list(data structure) between the two using socket. I need a sample code and the way to doing that.
Please help.
Thanks
Originator