cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Cross Platform Way To Execute A Program
Cross Platform Way To Execute A Program
Apr 18, 2014 at 11:59am UTC
James Parsons
(181)
System();
is bad, I get that. Is there another way, that works across platforms I can use to execute an external program. If not, is there a windows specific way.
Apr 18, 2014 at 12:10pm UTC
Little Bobby Tables
(1079)
windows has quite a few iirc in the winapi. however, i have heard that there is a boost one that is pretty decent
Apr 18, 2014 at 12:13pm UTC
codewalker
(394)
look at execvp and such functions here
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.basetechref/doc/basetrf1/exec.htm
Topic archived. No new replies allowed.