Skip to content
Advertisement

Tag: ipc

Inter process communication from python to cpp program

Suppose there are 3 files: f1.cpp, f2.py, f3.cpp. I am running the command on linux terminal as follows: The output of f1 goes perfectly into the input of f2. Also, f2’s output goes perfectly into f3. I am displaying the output in f3. f1 generates input for f2 after a particular interval. In this interval, I need to enter a

Advertisement