is there a command used to call out to an executable?... like:
if(var==1) { run "c:/windows/devcpp/programs/program.exe" } else { cout<<"Cannot find program."<<endl; }
thx ross
Log in to post a comment.
is there a command used to call out to an executable?... like:
if(var==1)
{
run "c:/windows/devcpp/programs/program.exe"
}
else
{
cout<<"Cannot find program."<<endl;
}
thx
ross