Good evening, please tell me how to interact with the exe-file from C ++ code? I'm interested in the option of emulation treatment through the command line.
I tried to do something like:
system("cmd TestCSharp.exe"); But it just ran the command line.
system("TestCSharp.exe arg1 arg2 arg3");- is it something? - PinkTuxstdinandstdout(andstderr?). - D-side