python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Weird behaviour when passing grandchild output of CreateProcess to the grandparent through the child
I am working on an application A which calls CreateProcess to run a child process B, which in turn calls createProcess to run a child process C. The output of C should be passed through by B and then ...

user17985554
Votes: 0
Answers: 1
Can't Capture cdb.exe Debuggee Output With LaunchProcess
I am launching cdb.exe (Microsoft Console Debugger) as a child process of my C++ application using the following method:
https://stackoverflow.com/a/66147288/6531253
cdb.exe, in turn, launches a separ...
Eagleheart
Votes: 0
Answers: 1
Run command in c++ via CreateProcess and handle its input and output
I am trying to create a program in which you can execute commands. The output of these commands should be displayed in a GUI. For this I use QT (because I want to get familiar with WinAPI I don't use ...
joel_muehlena
Votes: 0
Answers: 1
Run a console app and close the window only if it succeeds
I want to execute a console application from my GUI application and close the console window only if it is completed successfully. I tried this code, but when I call that function, a console window ap...

Marus Gradinaru
Votes: 0
Answers: 1