View Single Post
Old 03-22-2003, 02:47 PM   #1 (permalink)
paul
Registered User
 
Join Date: Feb 2003
Location: NS, Canada
Posts: 15
paul is on a distinguished road
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>
paul is offline   Reply With Quote