Community discussion forum

linked list in MFC

  • 2 years ago
    What is the best way to make and use a linked list for MFC?  Is it better to use one of the MFC classes?  If so, which one?  Or is it better to use a standard template library class and if so, which one?
  • 2 years ago

    In STL you can use 'listsequence container :

    #include <list>

  • 2 years ago
    Look into std::vector. If you're using MFC it's obvious that you're going to have the STL available.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!