Previously, I used to use MFC collection classes such CArray and CMap. After a while I switched to STL containers and have been using them for a while.
CArray
CMap
Using something other than STL isn't inherently wrong though.