Search code examples
c++boostprocessinterprocess

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?


Solution

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