October 21, 2002
int main()
{
    while(true)
    {
        static int a;
    }
    return 0;
}


October 21, 2002
thanks, I'll check it out. -Walter

"Dario" <supdar@yahoo.com> wrote in message news:ap1qhv$20ji$1@digitaldaemon.com...
> int main()
> {
>     while(true)
>     {
>         static int a;
>     }
>     return 0;
> }
>
>