Reputation: 66965
My main point is that let's say we create our main function of our app which lies in one project file. We have some static function in it like one with cout << "Hello!";
. We want boost to create a process for us and run that function in it. Is such thing possible using boost and how to do it?
Upvotes: 0
Views: 3494
Reputation: 24174
Boost.Process though it has not been accepted into the Boost distribution yet.
Upvotes: 1