HunterDavis.com

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.

AuthorHunter Davis [email](mailto:hunter@hunterdavis.com)
Operating Systems SupportedLinux, Unix, OSX, Cygwin, any POSIX type system
Included with ApplicationC++ class definition and header, examples
Target AudienceBegining developers, any developer who does not wish to involve themselves with mid to low level process code, timing code, etc.
ScreenShotN/A
DocumentationIncluded with archive. Driver program/unit tests also included