In a C++ application I need to launch a Java app and pass arguments to its standard input, when the java app is finished then receive the result in the C++ app. Is there a fast-easy way to do this without using files, sockets, etc?
PD: the java app is on the same directory that the c++ app.
Some examples? please, Sorry by my english