$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Shams (shams_at_[hidden])
Date: 2007-05-17 07:36:14
Hi,
As part of Google SoC 2006 Boost.Process was/is being developed.
https://boost-consulting.com:8443/trac/soc/browser/boost/soc/2006/process?rev=2130&order=date
Also simply:
http://www.cplusplus.com/reference/clibrary/cstdlib/system.html
Thanks
Shams
-- "Meryl Silverburgh" <silverburgh.meryl_at_[hidden]> wrote in message news:701fce30705162231y55225770ma578ecf2e6062f66_at_mail.gmail.com... > Hi, > > I am writing a C++ program under linux. > Can you please tell me if there is a boost library which I execute a > system command? > Kind of like System.exec() in Java? > > Thank you.