我正在阅读一些c ++代码,我看到了一些有趣的东西.
代码是这样的:
repeat:
...code here....
fallback:
...code here....
start:
....another code....
Run Code Online (Sandbox Code Playgroud)
这是我第一次在c ++代码中看到这种"标签",我称之为标签cos我在汇编代码中看到类似的东西,其中代码被分成具有以冒号结尾的不同标题的部分.
我问你这意味着什么,它有什么用?