c++開子進程

#include <iostream> #include <cstring> #include <stdio.h> #include <unistd.h> using namespace std; int main() { pid_t pid; int num = 888; // fork返回兩次(父進程-返回-子進程id、子進程-返回-0) pid = fork();
相關文章
相關標籤/搜索