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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
Boost.Process though it has not been accepted into the Boost distribution yet. |
|||
|
Hello? or are you trying to create an application that starts another application to do the printing? – Loki Astari Jan 23 '11 at 15:42