LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   executing shell commands in c++ (https://www.linuxquestions.org/questions/programming-9/executing-shell-commands-in-c-237649/)

true_atlantis 10-01-2004 03:42 PM

executing shell commands in c++
 
is it possible to execute shell commands in c++?

m00t00 10-01-2004 04:13 PM

man system
or

man exec
or

man execve

Mara 10-01-2004 04:53 PM

It is. system() call is one of the ways.


All times are GMT -5. The time now is 04:30 PM.