CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    Is there any replacement non MFC classs for CList


    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


  2. #2
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    Re: Is there any replacement non MFC classs for CList

    Hi Aravind,

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

    HTH

    Martin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured