+ 3
How to make multi-language program communicate each other.
say I have a Java program and I want it to take input from a c++ program. note: they are in the same directory
2 Réponses
+ 5
You can use a temporary file to exchange data in between your programs...