... int status; if(fork()==0){ /*child process*/ std::cout<< "in child process, pid=" << getpid() << std::endl; if(execlp("ls","ls_process" ...
確定! 回上一頁