Click here to Skip to main content
15,909,737 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: goto statement Pin
werinus11-Nov-13 20:46
werinus11-Nov-13 20:46 
GeneralRe: goto statement Pin
vl212-Nov-13 0:37
vl212-Nov-13 0:37 
GeneralRe: goto statement Pin
Stefan_Lang12-Nov-13 1:37
Stefan_Lang12-Nov-13 1:37 
GeneralRe: goto statement Pin
vl212-Nov-13 1:41
vl212-Nov-13 1:41 
GeneralRe: goto statement Pin
Bill_Hallahan12-Nov-13 13:48
Bill_Hallahan12-Nov-13 13:48 
GeneralRe: goto statement Pin
Al Chak13-Nov-13 4:14
Al Chak13-Nov-13 4:14 
GeneralRe: goto statement Pin
Al Chak13-Nov-13 4:11
Al Chak13-Nov-13 4:11 
GeneralRe: goto statement Pin
Member 460889816-Nov-13 1:49
Member 460889816-Nov-13 1:49 
If it was so evil, why is it still there? Mosquitos that spread malaria are around for a reason. Right now, because it causes so many deaths (program crashes?) and suffering (coders finding code difficult to track), we think they're bad. They are there for a reason (keeping human population in check?): all you have to do is figure it out and learn how to respect them (don't create insecticide resistant varieties) and use them properly.

If you have nested loops, how would you jump straight out? Have nested routines with exits? Throw pretending that it is not a goto? Set lots of flags and check them every time? longjmps (goto in function form) are just a variant of goto. Why don't you just use a goto instead of wrecking your brain how not to use one.

If you don't wish to use gotos (squeezing the toothpaste tube in the middle) you don't have to (roll it from the end). Like a toothpaste tube that may not be squeezed the way you like it, you can choose to live with it or let it annoy you. If it annoys you that much, you could use gotoless languages (tooth powder?) like Bliss or Python.
GeneralRe: goto statement Pin
Tarek Elqusi16-Nov-13 19:37
professionalTarek Elqusi16-Nov-13 19:37 
GeneralMy Saturday PinPopular
Michael Martin9-Nov-13 16:47
professionalMichael Martin9-Nov-13 16:47 
GeneralRe: My Saturday Pin
Septimus Hedgehog9-Nov-13 22:06
Septimus Hedgehog9-Nov-13 22:06 
GeneralRe: My Saturday Pin
OriginalGriff9-Nov-13 23:59
mveOriginalGriff9-Nov-13 23:59 
GeneralRe: My Saturday Pin
CPallini10-Nov-13 6:20
mveCPallini10-Nov-13 6:20 
GeneralRe: My Saturday Pin
_Maxxx_10-Nov-13 14:39
professional_Maxxx_10-Nov-13 14:39 
QuestionWool lined Coat Pin
Marco Bertschi9-Nov-13 8:01
protectorMarco Bertschi9-Nov-13 8:01 
AnswerRe: Wool lined Coat Pin
Ravi Bhavnani9-Nov-13 9:48
professionalRavi Bhavnani9-Nov-13 9:48 
GeneralRe: Wool lined Coat Pin
Septimus Hedgehog9-Nov-13 22:10
Septimus Hedgehog9-Nov-13 22:10 
GeneralRe: Wool lined Coat Pin
Marco Bertschi10-Nov-13 0:55
protectorMarco Bertschi10-Nov-13 0:55 
GeneralRe: Wool lined Coat Pin
Ravi Bhavnani10-Nov-13 4:23
professionalRavi Bhavnani10-Nov-13 4:23 
AnswerRe: Wool lined Coat Pin
SoMad9-Nov-13 14:27
professionalSoMad9-Nov-13 14:27 
GeneralRe: Wool lined Coat Pin
enhzflep9-Nov-13 14:40
enhzflep9-Nov-13 14:40 
GeneralRe: Wool lined Coat Pin
Marco Bertschi10-Nov-13 0:57
protectorMarco Bertschi10-Nov-13 0:57 
GeneralRe: Wool lined Coat Pin
SoMad10-Nov-13 8:32
professionalSoMad10-Nov-13 8:32 
GeneralRe: Wool lined Coat Pin
Member 959679511-Nov-13 5:33
Member 959679511-Nov-13 5:33 
GeneralRe: Wool lined Coat Pin
SoMad11-Nov-13 6:43
professionalSoMad11-Nov-13 6:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.