Doubt in Carray and Vector

i have CArray<int,int& > m_p

how to declare this in vector :

as giving problem with reference .


Please let me know regarding this.
how to declare this in vector :


std::vector<int> m_p;
Topic archived. No new replies allowed.