How can functions in <stdio.h> be used to interchange data between executables?
I need this information, bacause I want send data to a console program that recieves data with "stdin".
Does anyone know something about this topic?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you tell me how "pipe" should be associated with the executable?
I am a beginner in C++. Excuse me for this banal question, but I didnt find infos on web.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can functions in <stdio.h> be used to interchange data between executables?
I need this information, bacause I want send data to a console program that recieves data with "stdin".
Does anyone know something about this topic?
Then output data to stdout and use pipe
Can you tell me how "pipe" should be associated with the executable?
I am a beginner in C++. Excuse me for this banal question, but I didnt find infos on web.