|
Running Programs From In C++
Whats the best way to run a program (and forget about it) from C++ (GNOME2 if it matters)?
Say I wanted to run mpg123 whenever somthing was clicked, but I didn't (need) to be able to stop it at any point.
I think its like exec() but I also need to know what to #include <if anything>
|