Click to See Complete Forum and Search --> : Is there any replacement non MFC classs for CList


aravindsk
April 29th, 1999, 10:16 PM
I have developed one collection COM component which is wrapper to CList<void,void>...and adding LPDISPATCH pointers in to that....i just have my won methods to use CList methds and now i wanted to replace CList with any other non-MFC class...please help in this...

aravind

Martin Speiser
April 30th, 1999, 04:02 AM
Hi Aravind,

maybe the list implementation of the STL is the thing you need.

HTH

Martin