Hi guys!
I was programming a new game (text rpg)
I need to go back in a line. I know the command goto,
but from what i hear it is not practical (slow)
and most important of all it always shows me this problem:
goto is one of those C/C++ keywords I'd never like to use. It can lead to unexpected results, but if really done right, it can fix some problems. However, goto-statements tend to become a risky mess on the long run, so I don't recommend to use goto.
Well, if you needgoto, Donanza, I'd say you need to reconstruct your code. Could you possibly show at least a bit of your project code? That way we can possibly guide you to do things another way around.