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 hav开发者_开发知识库e 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?
Boost.Process though it has not been accepted into the Boost distribution yet.
精彩评论