28*900K=25 million?
Just a thought.![]()
for ($count=1; $count<25000001; $count++)
{
print "$count\n";
}
Code:for ($count=1; $count<25000001; $count++) { print "$count\n"; }
Does Win actually support int values up to 25 million? When I was learning C++, my teacher told me you can't go beyond 32000 something..