Where is Boost.Process?
问题 I need to execute a program and retrieve its stdout output in c++. I\'d like my code to be cross-platform too. Having recently discovered the wonderful world of the Boost c++ libraries for all your cross platform needs, I figured I\'d just go to boost.org and read up on the documentation of Boost.Process. Much to my surprise, it wasn\'t there! I then proceeded to figure out what name Boost gave their cross-platform library to start external processes, but haven\'t managed to find it so far. A