Hi all,
Can anybody tell me how to connect Java server to VC++ client through socket programming? Anyone ever tried it? I'll be very grateful if anyone give me the code.
Thanks in advance,
Anita
Printable View
Hi all,
Can anybody tell me how to connect Java server to VC++ client through socket programming? Anyone ever tried it? I'll be very grateful if anyone give me the code.
Thanks in advance,
Anita
Sockets are completly language and OS independent, as long as both apps use the same protocol. If you can program sockets both in Java and C++ (windows or unix) then simply let them adhere to the same protocol, set the Java app to listen and contact it with the C++ app.