What is wrong with using goto? [duplicate]

Possible Duplicates:
Why is it bad to use goto?
GOTO still considered harmful?

I was ramdomming through xkcd and saw this one (if also read some negative texts about them some years ago):
your slow connection sucks, get a faster one to see this image
What is actually wrong with it? Why are goto’s even possible in C++ then?

Why should I not use them?

6 Answers
6

Leave a Comment