How to launch a c program from another c program
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-03-11T19:46:42Z
Indexed on
2010/03/11
19:49 UTC
Read the original article
Hit count: 167
c
Hi,
I have a c program which I can launch at command prompt. Is it possible for me the lunch this application in my another c program? If yes, how? All the google result shows me how to do that using pthread? Will that work? I suspect that I need a new process for my c program.
Thank you.
© Stack Overflow or respective owner