cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to execute something from C++
How to execute something from C++
Oct 10, 2008 at 6:28pm UTC
Asheboy
(1)
How would I execute another program in C++?
Oct 11, 2008 at 9:19am UTC
Hazer
(38)
You can use
system("c:\program.exe");
Topic archived. No new replies allowed.