30Dec/072
Easy Execution Library – c++ class library for spawning processes
Easy Execute - An extremely easy to use C++ library for spawning processes and executing arbitrary commands.
This library is intended for developers who wish to simply execute some command, without worrying about the underlying
fork/exec/system calls, string parsing, setting up timers, recording the run time of the command, etc. This library
makes it all completely plug and play. GPLv3.
| Author | Hunter Davis email |
| Operating Systems Supported | Linux, Unix, OSX, Cygwin, any POSIX type system |
| Included with Application | C++ class definition and header, examples |
| Target Audience | Begining developers, any developer who does not wish to involve themselves with mid to low level process code, timing code, etc. |
| ScreenShot | N/A |
| Documentation | Included with archive. Driver program/unit tests also included |
December 30th, 2007 - 11:12
in case it wasn’t clear, you can download it from http://www.hunterdavis.com/easyexecute.zip
April 21st, 2008 - 22:58
Wow, cool man, big thanks! http://rotwwiysnp.com