Is their any C popen() equivalent in C++ ?
You can use the "not yet official" boost.process if you want an object-oriented approach for managing the subprocess.
Or you can just use popen itself, if you don't mind the C-ness of it all.
popen
2.1m questions
2.1m answers
60 comments
57.0k users