在switch语句中通过引用返回
这个问题在这里已经有了答案:
就在这里。 将括号内的case语句的正文括起来,如下所示:
case {statement}:
{
sometype & handle = getbar();
...
}
链接地址: http://www.djcxy.com/p/14793.html
上一篇: Return by reference inside a switch statement
下一篇: Beginner C++: Why is this switch statement giving me an error?