cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Libraries that download url content with
Libraries that download url content without using boost?
Dec 24, 2015 at 11:26am UTC
Gyiove
(186)
Hello!
Does anyone know a library for windows/linux ( it can be only windows too )
what download url content ( html ) and doesn't use boost?
Thanks!
Dec 24, 2015 at 11:36am UTC
LB
(13399)
CURL?
http://curl.haxx.se/libcurl/
http://curl.haxx.se/libcurl/cplusplus/
Dec 24, 2015 at 11:43am UTC
Thomas1965
(4571)
Does it have to be an extra library? Windows has everything you need.
http://www.plugincafe.com/forum/forum_posts.asp?TID=10627&PN=1
http://www.go4expert.com/articles/download-file-using-urldownloadtofile-c-t28721/
http://www.codeproject.com/Articles/147/A-class-to-download-files-from-the-net
Last edited on
Dec 24, 2015 at 11:49am UTC
Dec 24, 2015 at 6:55pm UTC
Gyiove
(186)
thanks Thomas, i didn't know that windows had something like this.
Topic archived. No new replies allowed.