Friday, August 19, 2011

How to execute a series of system commands with C++ in Linux?

I'm just throwing in a wild guess here since I don't see anything in info about the libstdc++ libraries (they should give some guts about system() in the libc infopages) but I would suggest trying it as a shell script and making one system call to your script.

No comments:

Post a Comment