Greetings,

Am new to C++, Linux and Qt. I would like to execute a # of executable programs independently within my source code. I want to be able to monitor/control these processes by fetching PID, knowing process status, killing process and if the process executed successfully.

I was considering system calls because they aren't safe, but I switched to fork()-exec() but now I stumbled on QProcess and it made me to change my mind. so what do you think?

Also, I searched for QProcess examples but I didn't find any to assist me in understanding.

Therefore, advice me upon this issue. Please!

Thank you in advance!