[C] socket programming i'm stuck with that - Programming On Unix

Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
Isn't there a fork bomb ?

Code:
bool ischild = false;
while (!ischild)
    if (!ischild) {
        fork();
    }
}


Messages In This Thread
RE: [C] socket programming i'm stuck with that - by z3bra - 17-09-2014, 08:12 AM