question of vector (STL) in C++

chongchong

知名会员
注册
2003-11-04
消息
163
荣誉分数
0
声望点数
126
1. I have a class named as ABC.

2. I also have a group of pointer. The type of these pointer is ABC. Say, ABC* p1, ABC* p2, ABC* p3....., ABC* pn

3. How should I declare a vector(STL) that could hold the pointers in step 2?


Tanks a lot
 
后退
顶部