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
1.4m articles
1.4m replys
5 comments
57.0k users