-1

Say I have this file: http://www.example.com/somepic.png

Is there a cross platform C or C++ library that could easily allow me to download it to a specified directory?

Thanks

Etienne de Martel
  • 34,692
  • 8
  • 91
  • 111
jmasterx
  • 52,639
  • 96
  • 311
  • 557

2 Answers2

4

You can use libcurl to do this.

Mike Kwan
  • 24,123
  • 12
  • 63
  • 96
0

Besides itself, the GNU libmicrohttpd Web site lists several alternatives.

Void - Othman
  • 3,441
  • 18
  • 18