Sphinxter
Says What?
Always jump forward.
hobbyman II said:I don`t misunderstand the argument, what I mean is (for those who DO misunderstand it), the compiler uses goto frequently IN THE CORRECT WAY, ergo, using goto is NOT bad in it'self since many wise compiler writing coders (of a far higher level than me) found it acceptable/desirable for their creation to use gotos for optimisation/compaction purposes, oth using it to jump around like a grasshopper on acid rather than restructure your code/algorithm IS bad, obviously, but used correctly there is no problem with goto, just a problem with people who use it badly.
WizardStan said:In university, I once took a test where, for a bonus, a piece of code was given, and we were asked to explain what this code did. It used a goto. When reviewing the test answers, the prof confided that the structure was only possible in C by using a goto: it was quite literally impossible for it to be coded in any other way and still get the same result. This is going back about 8 years now, so I can't remember what the code was or even what it did (I got it wrong, incidentally. It was surprisingly hard) but the fact remains that, so long as I know there is at least one instance where goto is necessary, I will never say to never use it (while being serious)
Ah no. First let me say that I'm not arguing the point for a free unit here - it's a bit late to give me something for free after I've paid for it. I don't expect any special treatment. Second, a few facts about the blog:Creature XL said:Ah no. As almost only those read his blog who are to lazy to read 3 topics a day in this forums
Further, he will make enuff money when he puts the domin on sedo-parking.com in one year. I bet he has an aweful lot of clicks
I'm sure nobody cares, but you could have a bit of an overflow issue here.hobbyman II said:5 cls: let limit=2
10 for I=0 to limit
20 print I;" ";
30 inc limit
40 next I
And I'll optimise that for you:NLS said:*watches the universe implode*Code:10 goto 20 20 goto 10
10 goto 10
Joining in the conversation?Monk said:Subtle redirection?
Monk said:I have a topic-related query, if that's OK?
Let's say some or all of the 105 are sent out to developers and reviewers. Who pays for them? I mean - they cost money to make, but where does that money come from? Is it going to be taken out of the dev fund that some of us donated to, or come out of OpenPandora's pocket as research, development, and marketing costs against future profits?
:lol: Probably the best goto comment so far.Mr.Confuzed said:<snip>
And I'll optimise that for you:
<snip>Code:10 goto 10