阅读背景:

How is it breaking out of the for loop in this C++ code?

来源:互联网 

Here is the code:

这是代码:

for (int i=0;i<someClass::someList.entries();i++)
    returnBool |= (someOtherClass.get_something() == 
                  ((someClass*)(someClass::someList[i]))->get_something_else());
for (int i=0;i<some



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: