Link to home
Start Free TrialLog in
Avatar of LastChoice
LastChoice

asked on

Running a program with C++

I am using the oldest version of Boreland C++.  I was wondering if anybody knows if you can run an *.exe program from within a program in C++.
ASKER CERTIFIED SOLUTION
Avatar of PC-Alex
PC-Alex

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
* The spawn functions (spawnl, spawnv, etc).
* The exec functions (execl, execv, etc).
* The system function.