Quote (ThecoreDancer @ Mar 19 2013 05:43pm)
better than
Code
int main()
{
for(int i = 0;;i++)
{
printf("%d",i)
}
return 0;
}
because that'd be slow as hell
quite a bit slower, these loops are from my experience always slow the computer way down and crash slower computers instantly
in a real situation use a variation of a timer function