Re: Best way to launch command-line program from C++ application
Re: Best way to launch command-line program from C++ application
- Subject: Re: Best way to launch command-line program from C++ application
- From: Shawn Erickson <email@hidden>
- Date: Thu, 19 Mar 2009 22:13:23 -0700
On Thu, Mar 19, 2009 at 5:12 PM, Tommy Nordgren
<email@hidden> wrote:
> pid_t result = fork();
...or if you can target Mac OS X 10.5 and later you can use posix_spawn.
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man2/posix_spawn.2.html
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden