Reputation: 3128
I am trying to use Zorba XQuery parser with C++ for my project. I have downloaded and installed Zorba, but I can't seem to find a way to use it in my C++ programs. The documentation doesn't say a word. So if anyone here is good with it, can you please provide me your two cents?
Thank you
Upvotes: 0
Views: 281
Reputation: 397
You can find examples at their Website The general way to use an external library is to include its headers into your sourcefiles and add include its library in your link-step.
Upvotes: 0