How to call other executables from cpp code
Dear experts,
I want to launch other executable from my cpp code.
I am aware that system() call may do this ,
But, problem is that , I want my cpp code to capture the standard
out ,what "called" program is writing to stdout.
Have anybody have any idea...
Thanks..
Last edited by er.saurabh; 01-18-2010 at 07:15 AM.
|