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.
请给我一个简单的例子,如何使用 gtkmm 进行 GET 请求。我已经尝试在官方文档中找到答案,但这对我没有帮助。我想我需要使用 libsoup 或 Webkit,但我不知道如何开始。
您需要使用一些 C++ 网络库。查看 curl 或 curlpp,如果您在 Windows 上,您甚至可以使用 WinSOCK。