Hello,
I run some commands with the C++ system() function (int system ( const char * command );
). How can I collect the return value of the issued commands?
EDIT: To be more specific: I want to collect the output of the issued command. i.e. the directory listing of the dir command.
Thanks,
mspoerr