vector<int *> * pIntPtrVector;
vector<const int *>* pConstIntPtrVector =
reinterpret_cast<vector<const int *> *>(pIntPtrVector);
VC7.0 just can't cast the type of element of vector. Is
there any way to work around this problem?
Thanks a lot.
"jianlin cheng" <jianli...@yahoo.com> wrote in message
news:21bd01c234dc$ff5cb370$35ef2ecf@TKMSFTNGXA11...