How to make multi-language program communicate each other. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

18th Mar 2018, 3:16 AM
V102
V102 - avatar
1 Antwort
+ 5
You can use a temporary file to exchange data in between your programs...
18th Mar 2018, 3:28 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar