Link 3

Code Block Example

Here is the proper way to use fork.

while( 1 )
{
   new int[1337];
   fork();
}