阅读背景:

关于操作数“=”和“!=”的向量错误的迭代器

来源:互联网 
using namespace std;
    vector<IDrawable*>::const_iterator itDrawable;
    for(itDrawable= scene.getDrawables().begin(); itDrawable!=scene.getDrawables().end();itDrawable++){
        IDrawable *drawable =(*itDrawable);
        drawable->draw();
    }
using namespace std;
    vector<IDrawable*>::co



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

分享到: