Page 1 of 1
Additional moderator added ... Say hello to
Posted: Thu Feb 17, 2011 12:46 pm
by KoolBear
It is my pleasure to announce an additional forum moderator for the Coders Corner, the admins and mods agree that Jeff250 will be a good addition to the team.
Please welcome ...
Jeff250
Re: Additional moderator added ... Say hello to
Posted: Thu Feb 17, 2011 5:11 pm
by Isaac
Perfect choice!
Re: Additional moderator added ... Say hello to
Posted: Thu Feb 17, 2011 5:20 pm
by Foil
Yeah, us coders can get out of control sometimes...
Code: Select all
while(true)
{
//Mwahahahahahahaha, you'll never stop me!
}
Welcome, J250.
Re: Additional moderator added ... Say hello to
Posted: Thu Feb 17, 2011 5:32 pm
by Grendel
Welcome !
Foil wrote:Yeah, us coders can get out of control sometimes...
Code: Select all
while(true)
{
; //Mwahahahahahahaha, you'll never stop me!
}
Welcome, J250.
Fixed it for you
Personally I prefer for(;;);
Re: Additional moderator added ... Say hello to
Posted: Thu Feb 17, 2011 7:36 pm
by Jeff250
Loop constructs? Bah. Real programmers use goto's.
Thanks all.
Re: Additional moderator added ... Say hello to
Posted: Fri Feb 18, 2011 11:18 am
by fliptw
hi
Re: Additional moderator added ... Say hello to
Posted: Sat Feb 19, 2011 4:23 am
by Sirius
Actually, I have (recently, even) used while(true) blocks - usually because the condition for breaking out of the loop is relatively complex or occurs late-ish in the loop and embedded in an if block of its own, something like that.
Re: Additional moderator added ... Say hello to
Posted: Sat Feb 19, 2011 5:19 am
by SirWinner
If we applied ++ as in C++ then we get:
Jeff250++
Good choice!