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
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.