why are you using goto?
bad things happen when you try to mix c++ with assembly practices like that
English
-
what's an alternative?
-
Editado por Funkbrotha10: 2/8/2013 4:26:48 AMfunctions. although behind the scenes they are almost the same thing. in a lot of cases its just bad practice because it will make the code hard to read and follow. And in certain cases you can cause stack segment faults from using goto
-
Do you have a link or something I can look at to get better?
-
http://www.cplusplus.com/doc/tutorial/