Thread
:
Running executables in C++
View Single Post
Jun 23rd, 2006, 7:23 PM
#
2
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
Yes, you are, and yes, it does. The quick and dirty way is with the "system" function. Other ways vary, according to OS. For instance, see the execl* family of functions.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei