Rella
Rella

Reputation: 66965

Boost: is it any how possible to start a process and run a function in it?

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

Answers (1)

Sam Miller
Sam Miller

Reputation: 24174

Boost.Process though it has not been accepted into the Boost distribution yet.

Upvotes: 1

Related Questions