What's with ppl taking out the price after an item is sold?
Mar 14, 2008 at 4:02 AM Post #46 of 49
Quote:

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
wink.gif



I started at 2 because I wanted to, of course.
tongue.gif
Ok let's do it your way:

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:
[left]while (1) { printf("WHY DO PEOPLE REMOVE PRICES FROM FS THREADS?\n"); }[/left]




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++!
tongue.gif


Man I totally feel like this is an Attack of the Programming Nerds special or something....
 
Mar 14, 2008 at 4:33 AM Post #47 of 49
I haven't read all the previous comments, but here my opinion on the subject. The purpose or the fun in removing the prices and adding the "Sold" sticker is my way of saying "I did it!" It's a tactic that sellers in real estate pull to show they earned an extra badge. Other than that, sellers typically aren't concerned with building an almanac for buyers.
 

Users who are viewing this thread

Back
Top