Original Post
Hi guys
I was working on one of my C++ assignments, desperately trying to find a quick way to get out of a nested loop when i recalled my old Ti-83 programming days when i would use GOTO a lot. I used this in my C++ project, and the teacher''s responce was: "we DO NOT use goto''s in this class." I thought it was a bit of an overreaction but he said it promoted bad programming practice and screws up debugging and went on to say it was from the original FORTRAN compiler and he doesnt know why the kept it.
I think goto''s are wonderful, but what do you guys think/know about them?
Thanks