I am wondering if there is similar function in c++ like subprocess.Popen() in python that would give me results given the execution list as the function's parameter.
popen()
Both of those will take a small amount of wrangling to get from whatever list-of-arguments you have to something they can use (popen() expects a command to pass to the shell, like Popen() when args is a string).
Popen()
1.4m articles
1.4m replys
5 comments
57.0k users