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.
我有一个网页,比如 at www.mypage.com,它用于$_GET获取数据,然后将获取的数据保存到MySQL数据库中。
www.mypage.com
$_GET
MySQL
我需要HTTP Request从 Cpp 文件发送这个。
HTTP Request
如何发送HTTP Request来自 Cpp 文件?
是的,libcurl 应该会有所帮助。您可以通过 GET 参数或 POST 发送一些数据并读取响应。(可能需要验证传输是否成功)以下是一些示例:http ://curl.haxx.se/libcurl/c/example.html