Openning A program through C++

Feb 20, 2019 at 1:07am
Hello, what function can I use to open a program through C++ code?


Feb 20, 2019 at 1:50am
That depends on whether you need to communicate with the program after it's open.
And it depends on your OS.
If you just need to run another program then the system function might do.
Topic archived. No new replies allowed.