G
Guest
Hello.
I’m trying to capture standard output of the other process which is
launched from my win app. I tried to do it with freopen function which
captured content of the printf functions, but not the output of the other
processes (even if it used printf function and launched with system function).
How can I perform my task?
How should I run other processes?
Thanks for suggestions.
I’m trying to capture standard output of the other process which is
launched from my win app. I tried to do it with freopen function which
captured content of the printf functions, but not the output of the other
processes (even if it used printf function and launched with system function).
How can I perform my task?
How should I run other processes?
Thanks for suggestions.