View Single Post
Old 11-29-2005, 01:28 AM   #9 (permalink)
mgoldb2
 
Super Techie

Join Date: Jun 2005

Posts: 274

mgoldb2

Default

Quote:
Originally posted by baronvongogo
Yeah I think theres a huge difference in using goto`s to jump huge parts of code so its difficult to follow, But mine is all in a tiny function and in visiable range of each other and thier labels, So its easy to debug and follow. And i didnt no goto was in C++ until I typed it and the word highlighted so thought might as well try it out .
I just curious why you would even want to use a goto statement instead of either a while,do while or for. I dont see any benfit from using the goto.
mgoldb2 is offline