开发者

How to do HTTP transfers with MFC/C++?

开发者 https://www.devze.com 2023-01-03 16:03 出处:网络
How do you do HTTP transfers in MFC? Which library would you开发者_JAVA技巧 use to access HTTP resources in MFC?See the MFC wrappers for the WinInet library.Here are three possible ways:

How do you do HTTP transfers in MFC?

Which library would you开发者_JAVA技巧 use to access HTTP resources in MFC?


See the MFC wrappers for the WinInet library.


Here are three possible ways:

  1. Write the socket code yourself.
  2. Use the libcurl library.
  3. Use the C++ abstraction for libcurl called cURLpp.
0

精彩评论

暂无评论...
验证码 换一张
取 消