阅读背景:

操纵用new创建的向量

来源:互联网 

Can anyone help with this...

有人能帮忙吗...

vector<unsigned int> *vVec = new vector<unsigned int>;
        vVec .reserve(frankReservedSpace);

        start = std::clock();
        for(int f=0; f<sizeOfvec; f++)
        {   //Populate the newly created vector on the heap
            vVec .push_back(pArray[f]);
        }
vec



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

分享到: