Hi,
I am developping an application that help me posting in my wordpress blog.
My application is written in Qt/C++. Before, I have created this application in Java, and I used JWordpress (https://code.google.com/p/wordpress-java/) for send post in my blog, through XML-RPC protocol.
Now, I am translating this application in Qt/C++ for many reasons (the main reason: Qt/c++ is more beautiful, and more fluent than java).
All work well with the Qt/C++ version, but I don't find any equivalent for Qt/C++ ?
I find qxmlrpc (https://code.google.com/p/qtxmlrpc/), but it use only basic xmlrpc protocol and is not specific to wordpress.
I don't understand a lot how this protocol works for wordpress, so I search a library already existing...
Do you know an appplication that can help me for that ? Or do you know a full detailled manual that can help me to make it ? Because I am a full noob in that domain...
Thank you in advance for your help.
Floréal.