Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个应用程序(使用 C++/Qt4.8),我想实现“ideone.com”支持。
问题是 ideone.com API 基于 SOAP 协议。
为此目的(它必须是跨平台的)Qt(或只是 C++)有什么好的库吗? 我发现的唯一库是 Qt Soap,但它似乎已停产。
看看这个:HTTP 服务器。这个解决方案好一些。基于这些项目,您可以创建自己的 SOAP 服务。
github上的 SOAP 示例。