i also think people use goto to much, i never use goto but then again im learning C++ and not vb. but still just the for loop or something
for(;;)
{
cout<<" avoid using goto"<<endl;
}
i know C++, but im planing to learn python or java(and maybe lisp some day) when im done learning C++.
the first language i tried to learn was python but to no avail so i tryed to learn C++ which easier
but now that i look back python seems a lot easyer beacuse of learning C++ has helped.