Hi frrossk,
Thank you for this valuable information. The program which I have to execute inside my C++ program is in binary form. My ultimate problem is I have to execute this nearly hundred times for different input files from my program. This can't be done parellel because of some selection creteria. If I use system("process1"); where should I place the input file in order to identify it by that program?. Heard from somewhere that only system("process1"); line will execute at the end of the host program. Is that true?
Can it be possible to convert a program in the binary form to its original C++ format?
Hope ur kind help.
Thanking you.
Raji Stephen