John Kenedy
John Kenedy

Reputation: 574

C++ Library for TCP/IP Like WebClient/HttpWebRequest in C#

Is there any C++ Library that can download data from internet when we provide a URL? I am currently learning C++ and wish to start from making use of such library in my application. Please help.

Thanks

Upvotes: 0

Views: 2259

Answers (1)

Kerrek SB
Kerrek SB

Reputation: 477514

Yes, libcurl.

Upvotes: 2

Related Questions