Hello guys,
I'm working on a new project in C++ and I need to parse some XML files, by reading some articles on the web I found that the most commonly used one is the Xerces library.
However, I'm currently having troubles. Can anyone tell me how can I include an external library - in order to use and possibly overwrite its code?
I also wanted to know whether I need to work with the source files or a binary. Before I was assigned to this project I was programming in Java however I have to do this in c++ and things are a bit different.
Thanks in advance,
Liza