Re: C++ system() not working!!?!? (Cygwin bash shell?)
EDIT: Sorry, didn't see third page. Apologies for restating what has already been said.
I think it's like some sort of shell or something that kind of runs on top of your operating system, sort of like a VM...? It's redirecting your system() calls to an intepreter other than cmd.exe, so that's why you need to call it explicitly.
That's my theory, anyway.
Last edited by dargueta; 07-21-2008 at 10:51 PM..
|