Код: Выделить всё
int main ()
{
int p;
int a,b;
p = fork ();
if (p==0)
{
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79779251/does-an-orphan-process-complete-the-task[/url]Код: Выделить всё
int main ()
{
int p;
int a,b;
p = fork ();
if (p==0)
{
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79779251/does-an-orphan-process-complete-the-task[/url]