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

2 Responses to “Easy Execution Library - c++ class library for spawning processes”

  1. in case it wasn’t clear, you can download it from www.hunterdavis.com/easyexecute.zip

  2. Wow, cool man, big thanks! http://rotwwiysnp.com

Discussion Area - Leave a Comment