W3bbo said:Sven Groot said:*snip*Oh, whilst we're at it, I think this is a pretty clever syntax hack:
int x = 100;
while( x --> 0 ) {
// do something
}
It's even slower than incrementing until you reach 100...
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
W3bbo said:Sven Groot said:*snip*Oh, whilst we're at it, I think this is a pretty clever syntax hack:
int x = 100;
while( x --> 0 ) {
// do something
}
It's even slower than incrementing until you reach 100...