1. 首页
  2. 编程语言
  3. C++ 
  4. An Asynchronous HTTP Request WinINet Wrapper in C++

An Asynchronous HTTP Request WinINet Wrapper in C++

上传者: 2021-04-17 17:59:28上传 ZIP文件 27.12KB 热度 21次
WinINet makes network programming easier, but it's difficult to use for C++ because of its C-style interface, so I write this code to wrap it. Using it, you can easily create an asynchronous HTTP request and receive event callback. It can be applied to MFC and ATL projects. This code mainly consist
用户评论