William Thompson

William Thompson

  • 1.5k
  • 128
  • 292.8k

STL Linked List or Hash Table

Nov 14 2007 10:50 PM

I am not too experienced with the standard template library (STL) in C++.  I am more experienced with Visual C++ and the Microsoft Foundation Class Library (MFC).  I have heard some good things about STL.  Is it ture that there is a ready-to-use linked list?  Is there also a hash table?

What advantages would there be to writing one from scratch?

If I do go with MFC, what advantages are there?


Answers (1)