- Joined
- Apr 12, 2004
- Posts
- 8,216
- Likes
- 817
Quote:
I started at 2 because I wanted to, of course.
Ok let's do it your way:
Code:
Quote:
Merely another way of doing it. I prefer FOR loops myself but WHILE loops are good too. Er and you used C, that's totally retrograde compared to C++!
Man I totally feel like this is an Attack of the Programming Nerds special or something....
Originally Posted by Fungi /img/forum/go_quote.gif Why in the world are you starting at 2? Real programmers use int i=0. YOU need to get with the times ![]() |
I started at 2 because I wanted to, of course.

Code:
Code:
[left]for (int i=0; i>0; ++i) { cout << "WHY DO PEOPLE REMOVE PRICES FROM FS THREADS?" << endl; }[/left]
Quote:
Originally Posted by goldenratiophi /img/forum/go_quote.gif That's very inefficient - look at all those variables you used! Code:
Code:
|
Merely another way of doing it. I prefer FOR loops myself but WHILE loops are good too. Er and you used C, that's totally retrograde compared to C++!

Man I totally feel like this is an Attack of the Programming Nerds special or something....