I have a java application I need to pass some info to a C++ program. It has been suggested that I use some simple socket programming to do this. Is this the best way? If not what are the alternatives? If so, how should I go about learning about socket programming?
Share
You have a few options:
For learning sockets, a Google search for ‘java socket tutorial’ or ‘c++ socket tutorial’ will give you lots of information.