开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜