hye all..
i'm a beginner and i'm having a problem in C++.
Is C++ can be use to open an another software? if the answer is YES. how should i do it? should i call the directories of the software?
my program runs through series of routine while the delay counts. Once the Dorgem software is opened using the language above, the whole program paused right away. (the delay sequence stop counting).
So my question is...
1. How to make the delay sequence keeps on counting as usual while the Dorgem software is opened.
2. How to exit the Dorgem software via C++ programming after it is opened using the language above?