I am wondering if any can point me to any open-source library with program
objects for C++ like there is in Java? I would like to be able to write
things like
MyProgram1 >> MyProgram2 >> Fork(MyProgram3 , SomeFile);
If not would this be something of interest to others?
Thanks in advance,
--
Christopher Diggins
objects for C++ like there is in Java? I would like to be able to write
things like
MyProgram1 >> MyProgram2 >> Fork(MyProgram3 , SomeFile);
If not would this be something of interest to others?
Thanks in advance,
--
Christopher Diggins
Comment