Sorry if this question is silly, but I can’t seem to find the answer on Google. I haven’t done C programing in a while and for the life of me remember how, in C or C++, to jump back (or forward) to a specific line in code. If I remember right, there was a way to do this.
Thanks for the help!
Cheers!
The infamous goto, in conjuntion with labels.
Before using it, search for ‘goto considered harmful’.