Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XML-RPC library for C++ [closed]

Tags:

c++

c

xml-rpc

What libraries are available for writing xml-rpc clients in native C++ or C?

like image 513
Nathan Avatar asked Oct 21 '08 17:10

Nathan


2 Answers

You might want to check out either xmlrpc-c or xmlrpc++.

like image 154
korona Avatar answered Oct 02 '22 21:10

korona


I found a list of xml-rpc implementations in many different languages. Hopefully this list will be useful to others.

like image 37
Nathan Avatar answered Oct 02 '22 22:10

Nathan