September 1998
-
:
IEnumXXXX
COM objects generally provide access to sequences using an IEnumXXXX style interface, this class wraps that with an STL style iterator The problem Many COM interfaces provide the ability to step through, or enumerate, a collection of some … -
:
MFC - Templates
Templates are a great way of reusing code, unfortunately MFC makes it hard to write MFC friendly template classes… The problem… Templates are cool. Being able to write code that can work on objects of any type that satisfies …