Quote:
|
Originally Posted by Indigno
I'm talking about classwork stuff, not stuff that I will need to come back and update many times.
|
It's a bad habit to get into. Presumably, the point of your classwork is to teach you how to program. If you're programming with gotos, then you won't learn how to effectively program without them. Gotos don't really have a use in modern programming, and there are better ways to achieve the same thing without them. You should get used to not using them.