View Single Post
Old 07-20-2006, 03:08 AM   #7 (permalink)
Eriond
Crumbly, but Good
 
Eriond's Avatar
 
Join Date: May 2006
Location: Montreal
Posts: 1,645
Reputation: 67
Send a message via MSN to Eriond
Default

Code:
int main()
{
cout << "Hello." << endl;
for (c = 0; c < 10; c++){// (Haha, get it? C? C++? Haha? Aww.. you're no fun.)
LoopStuff()
MoreLoopStuff()
}
}
And always, always int* n. Helps reminding me that I'm not actually dealing with an int ^_^
Eriond is offline