I'm sorry if this is a stupid question, but I've been working on a problem in C# where I have a char[] and want to extract parts of it very easily. This could be done in c with the standard string ...
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 ...