摘要:
#include <iostream>#include <sys/types.h>#include <unistd.h>using namespace std;int main (int argc, char *argv[]){ printf("%d %d\n", getpid(), getppid()); if(fork() == 0) { printf("... 阅读全文
posted @ 2010-01-19 23:04
南风轩
阅读(2196)
评论(0)
推荐(0)
浙公网安备 33010602011771号