Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started