Hi list,

i remember there were a few exemples here (or in the chat?) for
executing programs like "ls -l". Searching in the documentation only
results this one:

http://www.tntnet.org/classcxxtools_1_1posix_1_1BasicExec.html

with this example:

Usage is like this:

          cxxtools::posix::Exec e("ls");
          e.push_back("-l");
          e.exec();


I remember there was much more, but unfortunatly Im not able to find
ist. Especially using the result of a program call would be useful for me.

Any hints where I have to look for it?

Tfh!

Oliver


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to