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?
Asked
Active
Viewed 3,454 times
0

Rella
- 65,003
- 109
- 363
- 636
-
Windows? Linux? Process or thread? – karlphillip Jan 23 '11 at 14:33
-
Are you just trying to create an application that says `Hello`? or are you trying to create an application that starts another application to do the printing? – Martin York Jan 23 '11 at 15:42
-
I wanted an app creating an app and running one of its functions...) – Rella Jan 23 '11 at 17:18
1 Answers
1
Boost.Process though it has not been accepted into the Boost distribution yet.

Sam Miller
- 23,808
- 4
- 67
- 87
-
Grate. I love boost but how to solve for example this with it? http://stackoverflow.com/questions/4774932/boost-process-how-to-make-a-process-run-a-function – Rella Jan 23 '11 at 16:42