Quote Originally Posted by ovidiucucu View Post
...and an additional remark:
Once you are using MFC framework, why do you need using the "boogie-woogie architecture" like that described here http://forums.codeguru.com/showthrea...25#post2119225?

MFC, good or bad as it is, respects the KISS paradigm.
Any attempt to step beyond, does nothing else but generating headaches.
For an a different opinion, below is from a codeguru post by
Ronald Laeremans, Visual C++ product unit manager in 2006:

The MFC collection classes are only there for backwards compatibility.
C++ has a standard for collection classes and that is the
Standards C++ Library. There is no technical drawback for using
any of the standard library in an MFC application.
See: http://forums.codeguru.com/showthread.php?391319 for full discussion.


"Further, deponent sayeth naught"