I need to programmatically open a console .exe application from a GUI C++ application.<br><br>The criteria:<br>1.) I'd like to capture the return code.<br>2.) I'd like to capture the output (it writes ...
I'm used to having a nice OS-called Timer class which I can set and call. I can't remember the last time I really didn't have one available.<BR><BR>I've got a C++ Console assignment coming up, and I ...