Equivalent for CPtrList in ATL
ATL / WTL / STL
6
Posts
4
Posters
0
Views
1
Watching
-
Don't think there is one as such. What type are the pointers?
-
Would a standard list of pointers do, i.e.
std::list<MyType*>
?Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Don't think there is one as such. What type are the pointers?
-
Thanks! Class Object Pointers, we need to store it an List to track the objects created, We are now using vectors for this purpose
If as you say you need to store in a List it's probably best to see Stuart's answer, though vector will or course do the job.