
19 Aug
2010
19 Aug
'10
9:05 p.m.
boost::process::shell must do signal handling. See [1] and [2]. On windows SetConsoleCtrlHandler() could be used for the same effect. [1] 10.18 system Function W. Richard Stevens, Stephen A. Rago. Advanced Programming in the UNIX® Environment, Second Edition http://www.apuebook.com/ [2] Specification of the system() function. http://www.opengroup.org/onlinepubs/000095399/functions/system.html