I have a base object with a member:<BR><BR>static HPEN redPen; <BR><BR>then I have another member:<BR><BR>HPEN currentPen;<BR><BR>I also have some other colored pens that I initialize in my ...
So I've been playing with C++ and XML (Xerces C++ DOM), and am working on a simple prototype class factory that creates instances of various classes based on the contents of a given XML file. To make ...