View Single Post
Old Jan 7th, 2006, 8:41 AM   #14
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
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.
Arevos is offline   Reply With Quote