GoTo function like CMD?
I tried using, "system(":test2");"
and then "system("goto :test2");"
but it didn't change the way the program ran at all.
Is there anything similar to the CMD goto command that would allow you to skip around in C++ code, or would it merely be easier with functions?
Also, before you say something along the lines of "Read the fucking manual", I've looked through 2 books today and search online for about an hour with no results.
I've never had to use goto either. But i've always wanted to.