当前位置: 技术问答>linux和unix
关于fork的疑问?
来源: 互联网 发布时间:2016-07-06
本文导语: int main() { pid_t id1; id1 = fork(); id1 = fork(); switch(id1) { case 0: cout
int main()
{
pid_t id1;
id1 = fork();
id1 = fork();
switch(id1)
{
case 0:
cout
{
pid_t id1;
id1 = fork();
id1 = fork();
switch(id1)
{
case 0:
cout