• Welcome to AlpineZone, the largest online community of skiers and snowboarders in the Northeast!

    You may have to REGISTER before you can post. Registering is FREE, gets rid of the majority of advertisements, and lets you participate in giveaways and other AlpineZone events!

Count to One Million

tcharron

New member
Joined
Dec 5, 2006
Messages
2,222
Points
0
Location
Derry, NH
The ultimate post whoring thread. :dunce: I'll start:

1

;)

for(my $count = 0;$count < 1000000;$count++) {
MySpamModule->NewPost(MyAlpineZoneModule->GetThread("Count to One Million"), $count + 1);
}

print "Woot!\n";
 

mondeo

New member
Joined
Mar 18, 2008
Messages
4,431
Points
0
Location
E. Hartford, CT
for(my $count = 0;$count < 1000000;$count++) {
MySpamModule->NewPost(MyAlpineZoneModule->GetThread("Count to One Million"), $count + 1);
}

print "Woot!\n";
Haven't done C++in a while, so I'll stick to a MATLAB script:

for i=1:1000000
i
end

Nice and simple.
 

andyzee

New member
Joined
Sep 14, 2004
Messages
10,884
Points
0
Location
Home
Website
www.nsmountainsports.com
COUNTER.GIF
 
Top