hi, there is some function in boost libraries equivalent to "fork" in linux? thanks -- Ing Pedro Alonso Chaparro Valero Ciudad Politecnica de la Innovación iTEAM - Mobile Communications Group Polytechnic University of Valencia C\ Camino de Vera S/N, Edificio 8G 46022 Valencia, Spain
On Fri, Sep 25, 2009 at 10:50 AM, pedro chaparro
hi, there is some function in boost libraries equivalent to "fork" in linux? thanks
Fork is not multi-platform, it is a posix-only tech. Windows and non-posix systems tend to not support it due to how they handle memory.
On Fri, 25 Sep 2009 18:50:33 +0200, pedro chaparro
hi, there is some function in boost libraries equivalent to "fork" in linux?
Not an official Boost C++ library and far from complete but it works: http://www.highscore.de/cpp/process/ Boris
participants (3)
-
Boris Schaeling
-
OvermindDL1
-
pedro chaparro