2条回答 默认 最新
- dqn48247 2013-09-11 11:33关注
You could probably get 'somewhere' with
popen
(http://linux.die.net/man/3/popen)pstreams library (POSIX process control) - I have no prior experience with this, but it looks solid and was written by Jonathan Wakely
-
Boost Process (http://www.highscore.de/boost/process/, not in boost yet)
-
Poco::Process
launch
(http://www.appinf.com/docs/poco/Poco.Process.html#13423)static ProcessHandle launch( const std::string & command, const Args & args, Pipe * inPipe, Pipe * outPipe, Pipe * errPipe );
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报