Question: I have a C++ program and i am runnig python script using c++program. Now my C program waits for python script to finish but i
I have a C++ program and i am runnig python script using c++program. Now my C program waits for python script to finish but i do not want C++ program to own this process. script should start and finish on it own without having C++ program to wait.
What is the best way to accomplish above? Note that it shouldnt have any orphan and other processes.(no side effects)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
