13. XML Parsing forums.devshed.com
I am trying to write an xml(Collada) file reader for my openGL test bed in c/c++. I'm intent on reinventing the wheel for this one, because what I'm doing should be relatively simple and I see it as good practice. Anyway, I was thinking that if I could use getline() with multiple delimiters(<,>,space), things would be nice and easy. Can I ...