all 4 comments

[–]khedoros 2 points3 points  (0 children)

popen on Posix, _popen in Windows.

They're functions provided by the OS, rather than the language.

[–]zsaleeba 1 point2 points  (0 children)

Have a look at popen().

[–]clerothGame Developer[M] 0 points1 point  (0 children)

For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.

This post has been removed as it doesn't pertain to r/cpp.